mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
dolphinemu - update
This commit is contained in:
parent
e42880f234
commit
70c4b8bae2
1 changed files with 37 additions and 13 deletions
|
|
@ -8,21 +8,19 @@ Translation: https://www.transifex.com/projects/p/dolphin-emu/
|
|||
|
||||
AutoName: Dolphin 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.
|
||||
Dolphin is an emulator for two recent Nintendo video game consoles:
|
||||
the GameCube and the Wii. It allows Android gamers to enjoy games for
|
||||
these two consoles in full HD (1080p) with several enhancements:
|
||||
compatibility with controllers, turbo speed, networked multiplayer,
|
||||
and even more!
|
||||
|
||||
<a href="https://wiki.dolphin-emu.org">Compatibility Wiki</a>
|
||||
<a href="https://wiki.dolphin-emu.org/index.php?title=Main_Page">Dolphin Wiki</a>
|
||||
|
||||
<a href="https://forums.dolphin-emu.org/Thread-android-usage-guide">Usage guide</a>
|
||||
<a href="https://dolphin-emu.org/compat/">Compatibility lists</a>
|
||||
|
||||
<a href="https://forums.dolphin-emu.org/Thread-opengl-es-3-guide">OpenGL ES 3 guide</a>
|
||||
<a href="https://dolphin-emu.org/docs/guides/">Various guides</a>
|
||||
|
||||
Status: ALPHA. Note that newer versions require ARM64, which only some of the
|
||||
newest devices have.
|
||||
Note that newer versions require an ARM64 or x86_64 device.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dolphin-emu/dolphin.git
|
||||
|
|
@ -423,6 +421,32 @@ Builds:
|
|||
- docs
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: '2407'
|
||||
versionCode: 40090
|
||||
commit: b92e354389bb7c0bd114a8631b8af110d3cb3a14
|
||||
subdir: Source/Android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y lib32stdc++6
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sdkmanager 'cmake;3.22.1' 'ndk;21.3.6528147'
|
||||
scanignore:
|
||||
- Data/Sys/codehandler.bin
|
||||
- Data/Sys/GC/dsp_rom.bin
|
||||
- Data/Sys/GC/font_western.bin
|
||||
- Data/Sys/GC/dsp_coef.bin
|
||||
- Data/Sys/GC/font_japanese.bin
|
||||
- Data/Sys/Wii/shared2/wc24/nwc24fl.bin
|
||||
- Data/Sys/Wii/shared2/wc24/misc.bin
|
||||
- Data/Sys/Wii/shared2/wc24/nwc24dl.bin
|
||||
- Data/Sys/Wii/shared2/wc24/nwc24fls.bin
|
||||
scandelete:
|
||||
- Externals
|
||||
- docs
|
||||
ndk: 26.1.10909125
|
||||
|
||||
MaintainerNotes: |-
|
||||
See if there's a new "Beta versions" release on https://dolphin-emu.org/download/
|
||||
Click latest one, see the `commit` needed and extract `aapt2 dump badging fileapk|grep versionCode` from APK
|
||||
|
|
@ -430,5 +454,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 5.0-21460
|
||||
CurrentVersionCode: 19918
|
||||
CurrentVersion: '2407'
|
||||
CurrentVersionCode: 40090
|
||||
|
|
|
|||
Loading…
Reference in a new issue