Update Dolphin Emulator to 0.13 (13)
This commit is contained in:
parent
1c902287c0
commit
ced08111d7
|
@ -20,7 +20,8 @@ require more of the Triforce-specific peripheral devices to be emulated.
|
||||||
|
|
||||||
[http://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide]
|
[http://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide]
|
||||||
|
|
||||||
Status: ALPHA
|
Status: ALPHA. Note that newer versions require ARM64, which only some of the
|
||||||
|
newest devices have.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -37,6 +38,14 @@ Build:0.11,11
|
||||||
make
|
make
|
||||||
buildjni=no
|
buildjni=no
|
||||||
|
|
||||||
|
Build:0.13,13
|
||||||
|
commit=658c49fab32af5e053480518e88dc1c4857e7972
|
||||||
|
subdir=Source/Android/app
|
||||||
|
gradle=arm
|
||||||
|
prebuild=echo 'ndkPath=$$NDK$$' > ../build.properties && \
|
||||||
|
echo 'makeArgs=-j4' >> ../build.properties
|
||||||
|
scandelete=Installer,Externals,Source/DSPTool,Data/Sys,docs
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:0.13
|
Current Version:0.13
|
||||||
|
|
Loading…
Reference in a new issue