Added Dolphin Wii emulator
This commit is contained in:
parent
edf5221bc3
commit
2c303072c3
42
metadata/org.dolphinemu.dolphinemu.txt
Normal file
42
metadata/org.dolphinemu.dolphinemu.txt
Normal file
|
@ -0,0 +1,42 @@
|
|||
Category:Games
|
||||
License:GPLv2
|
||||
Web Site:http://dolphin-emu.org/
|
||||
Source Code:https://code.google.com/p/dolphin-emu/source/list
|
||||
Issue Tracker:https://code.google.com/p/droidsat/issues/list
|
||||
|
||||
Summary:Nintendo Gamecube/Wii/Triforce Emulator
|
||||
Description:
|
||||
Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the Gamecube) emulator which
|
||||
supports many extra features and abilities not present on the original consoles. Gamecube and Wii
|
||||
compatibility is good - one can expect "mainstream" titles to run; lesser known titles can be hit or
|
||||
miss. Triforce compatibility is currently limited to a couple of games - others require more of the
|
||||
Triforce-specific peripheral devices to be emulated.
|
||||
|
||||
[https://wiki.dolphin-emu.org Compatibility Wiki]
|
||||
|
||||
Desktop version of emulator, even when running on modern hardware, is known to have performance issues
|
||||
with many games, so don't expect Android port to be well-playable even on top-class device with OpenGL
|
||||
ES 3.0 support (the later is mandatory for hardware accelerated emulation). Work on devices with
|
||||
512MB/1GB of RAM is not guranteed. See forum for details:
|
||||
|
||||
[http://forums.dolphin-emu.org/Thread-android-usage-guide Usage guide]
|
||||
[http://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide]
|
||||
|
||||
Status: ALPHA
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
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,init=rm -r libs/*,\
|
||||
build=cd .. &&\
|
||||
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
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.11
|
||||
Current Version Code:11
|
Loading…
Reference in a new issue