Merge pull request #44 from swilde/main

Make hotkey prefix key a variable in Dolphin-SA controls.
This commit is contained in:
anthonycaccese 2024-02-15 09:53:19 -05:00 committed by GitHub
commit aabb065b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 12 deletions

View file

@ -29,6 +29,7 @@
{%include 'controls/retroarch.md' %}
{%include 'controls/mednafen.md' %}
{%set btn_prefix = 'SELECT' %}
{%include 'controls/dolphin.md' %}
{%include 'controls/mupen64plus.md' %}
@ -164,4 +165,4 @@ In EmulationStation press the ++"Start"++ button to open the Main Menu. Then se
### Quirks
- [Device Quirks](https://github.com/JustEnoughLinuxOS/distribution/tree/main/packages/hardware/quirks/devices/ayn%20Loki%20Zero) (*shares the same quirks as the [Loki Zero](loki-zero.md)*)
- [Panel Rotation](https://github.com/JustEnoughLinuxOS/distribution/blob/main/packages/kernel/linux/patches/AMD64/002-display-quirks.patch)
- [Panel Rotation](https://github.com/JustEnoughLinuxOS/distribution/blob/main/packages/kernel/linux/patches/AMD64/002-display-quirks.patch)

View file

@ -29,6 +29,7 @@
{%include 'controls/retroarch.md' %}
{%include 'controls/mednafen.md' %}
{%set btn_prefix = 'SELECT' %}
{%include 'controls/dolphin.md' %}
{%include 'controls/mupen64plus.md' %}
@ -174,4 +175,4 @@ In EmulationStation press the ++"Start"++ button to open the Main Menu. Then se
### Quirks
- [Device Quirks](https://github.com/JustEnoughLinuxOS/distribution/tree/main/packages/hardware/quirks/devices/ayn%20Loki%20Zero)
- [Panel Rotation](https://github.com/JustEnoughLinuxOS/distribution/blob/main/packages/kernel/linux/patches/AMD64/002-display-quirks.patch)
- [Panel Rotation](https://github.com/JustEnoughLinuxOS/distribution/blob/main/packages/kernel/linux/patches/AMD64/002-display-quirks.patch)

View file

@ -2,14 +2,14 @@
| Button Combo | Action |
| -- | -- |
| ++"SELECT"+"START"++ | Quit Game |
| ++"SELECT"+"R1"++ | Save State |
| ++"SELECT"+"L1"++ | Load State |
| ++"SELECT"+"{{ btn_south }}"++ | Screenshot |
| ++"SELECT"+"{{ btn_east }}"++ | Change Internal Resolution |
| ++"SELECT"+"{{ btn_north }}"++ | Change Aspect Ratio |
| ++"SELECT"+"{{ btn_west }}"++ | Show FPS |
| ++"SELECT"+"D-Pad Up"++ | Increase current state slot |
| ++"SELECT"+"D-Pad Down"++ | Decrease current state slot |
| ++"SELECT"+"R2"++ | Fast-Forward |
| ++"{{ btn_prefix }}"+"START"++ | Quit Game |
| ++"{{ btn_prefix }}"+"R1"++ | Save State |
| ++"{{ btn_prefix }}"+"L1"++ | Load State |
| ++"{{ btn_prefix }}"+"{{ btn_south }}"++ | Screenshot |
| ++"{{ btn_prefix }}"+"{{ btn_west }}"++ | Change Internal Resolution |
| ++"{{ btn_prefix }}"+"{{ btn_east }}"++ | Change Aspect Ratio |
| ++"{{ btn_prefix }}"+"{{ btn_north }}"++ | Show FPS |
| ++"{{ btn_prefix }}"+"D-Pad Up"++ | Increase current state slot |
| ++"{{ btn_prefix }}"+"D-Pad Down"++ | Decrease current state slot |
| ++"{{ btn_prefix }}"+"R2"++ | Fast-Forward |