Merge pull request #44 from swilde/main
Make hotkey prefix key a variable in Dolphin-SA controls.
This commit is contained in:
commit
aabb065b20
3 changed files with 14 additions and 12 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue