mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Set autoname of Dolphin Emulator
This commit is contained in:
parent
cc6bb0d235
commit
91e3581e95
1 changed files with 12 additions and 9 deletions
|
|
@ -4,6 +4,7 @@ Web Site:http://dolphin-emu.org
|
||||||
Source Code:https://code.google.com/p/dolphin-emu/source
|
Source Code:https://code.google.com/p/dolphin-emu/source
|
||||||
Issue Tracker:https://code.google.com/p/droidsat/issues
|
Issue Tracker:https://code.google.com/p/droidsat/issues
|
||||||
|
|
||||||
|
Auto Name:Dolphin Emulator
|
||||||
Summary:Nintendo console emulator
|
Summary:Nintendo console emulator
|
||||||
Description:
|
Description:
|
||||||
Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the Gamecube) emulator which
|
Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the Gamecube) emulator which
|
||||||
|
|
@ -29,17 +30,19 @@ Status: ALPHA
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://code.google.com/p/dolphin-emu
|
Repo:https://code.google.com/p/dolphin-emu
|
||||||
|
|
||||||
Build Version:0.11,11,4.0,buildjni=no,extlibs=android/android-support-v13.jar,subdir=Source/Android,\
|
Build:0.11,11
|
||||||
init=\
|
commit=4.0
|
||||||
rm -r libs/* ../../Externals/msvcrt/ ../../Installer/dxredist/ && \
|
subdir=Source/Android
|
||||||
find -L ../../Externals/ -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete,\
|
init=rm -r libs/* ../../Externals/msvcrt/ ../../Installer/dxredist/ && \
|
||||||
build=cd .. &&\
|
find -L ../../Externals/ -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete
|
||||||
cmake -DANDROID=True -DANDROID_NATIVE_API_LEVEL=android-14 \
|
extlibs=android/android-support-v13.jar
|
||||||
-DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake \
|
build=cd .. && \
|
||||||
-DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-clang3.1 -DUSE_GLES3=True .. &&\
|
cmake -DANDROID=True -DANDROID_NATIVE_API_LEVEL=android-14 -DCMAKE_TOOLCHAIN_FILE=../Source/Android/android.toolchain.cmake -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-clang3.1 -DUSE_GLES3=True .. && \
|
||||||
make
|
make
|
||||||
|
buildjni=no
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.11
|
Current Version:0.11
|
||||||
Current Version Code:11
|
Current Version Code:11
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue