mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Merge branch 'cooker-0.8.0b' of https://github.com/XargonWan/RetroDECK into cooker-0.8.0b
This commit is contained in:
commit
fadfaf26b9
|
@ -101,7 +101,7 @@
|
||||||
<Account>
|
<Account>
|
||||||
<PersistentId>2147483649</PersistentId>
|
<PersistentId>2147483649</PersistentId>
|
||||||
<OnlineEnabled>false</OnlineEnabled>
|
<OnlineEnabled>false</OnlineEnabled>
|
||||||
<ActiveService>0</ActiveService>
|
<ActiveService>1</ActiveService>
|
||||||
</Account>
|
</Account>
|
||||||
<Debug>
|
<Debug>
|
||||||
<CrashDumpUnix>1</CrashDumpUnix>
|
<CrashDumpUnix>1</CrashDumpUnix>
|
||||||
|
|
|
@ -1269,7 +1269,7 @@ theme\default=false
|
||||||
[WebService]
|
[WebService]
|
||||||
enable_telemetry=false
|
enable_telemetry=false
|
||||||
enable_telemetry\default=false
|
enable_telemetry\default=false
|
||||||
web_api_url=https://api.yuzu-emu.org
|
web_api_url=
|
||||||
web_api_url\default=true
|
web_api_url\default=true
|
||||||
yuzu_token=
|
yuzu_token=
|
||||||
yuzu_token\default=true
|
yuzu_token\default=true
|
||||||
|
|
|
@ -1,4 +1,34 @@
|
||||||
Vita3K
|
Vita3K
|
||||||
|
|
||||||
|
Fix the bindings and make sure everything works
|
||||||
|
|
||||||
MAME
|
MAME
|
||||||
|
|
||||||
|
Double check all the inputs and hotkeys for Player 1 to 4
|
||||||
|
|
||||||
GZDoom
|
GZDoom
|
||||||
Solarus
|
|
||||||
|
Fix the config.
|
||||||
|
Feel if the bindings are right when everything is done and all works as excpected.
|
||||||
|
|
||||||
|
Primehack
|
||||||
|
|
||||||
|
See what bindings works best
|
||||||
|
|
||||||
|
Dolphin
|
||||||
|
|
||||||
|
Look into Rotational controls while holding two buttons + right joystick.
|
||||||
|
|
||||||
|
RetroArch
|
||||||
|
|
||||||
|
User complained about Touchscreen
|
||||||
|
Make sure the config is SDL
|
||||||
|
|
||||||
|
ALL
|
||||||
|
|
||||||
|
Test all inputs after everything is done
|
||||||
|
|
||||||
|
|
||||||
|
Question:
|
||||||
|
|
||||||
|
Does the X/Y A/B switcher needs to be updated?
|
||||||
|
|
Loading…
Reference in a new issue