mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
GC: fixed buttons layout
This commit is contained in:
parent
e908d5c46d
commit
b118554d0e
|
@ -4,7 +4,7 @@ Buttons/A = SOUTH
|
||||||
Buttons/B = EAST
|
Buttons/B = EAST
|
||||||
Buttons/X = NORTH
|
Buttons/X = NORTH
|
||||||
Buttons/Y = WEST
|
Buttons/Y = WEST
|
||||||
Buttons/Z = `Full Axis 5+`
|
Buttons/Z = TR
|
||||||
Buttons/Start = START
|
Buttons/Start = START
|
||||||
Main Stick/Up = `Axis 1-`
|
Main Stick/Up = `Axis 1-`
|
||||||
Main Stick/Down = `Axis 1+`
|
Main Stick/Down = `Axis 1+`
|
||||||
|
@ -20,8 +20,8 @@ C-Stick/Right = `Axis 3+`
|
||||||
C-Stick/Modifier = `Ctrl`
|
C-Stick/Modifier = `Ctrl`
|
||||||
C-Stick/Modifier/Range = 50.0
|
C-Stick/Modifier/Range = 50.0
|
||||||
C-Stick/Calibration = 100.00 141.42 100.00 141.42 100.00 141.42 100.00 141.42
|
C-Stick/Calibration = 100.00 141.42 100.00 141.42 100.00 141.42 100.00 141.42
|
||||||
Triggers/L = TL
|
Triggers/L = `Full Axis 2+`
|
||||||
Triggers/R = TR
|
Triggers/R = `Full Axis 5+`
|
||||||
D-Pad/Up = `Axis 7-`
|
D-Pad/Up = `Axis 7-`
|
||||||
D-Pad/Down = `Axis 7+`
|
D-Pad/Down = `Axis 7+`
|
||||||
D-Pad/Left = `Axis 6-`
|
D-Pad/Left = `Axis 6-`
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
<li>Fixed a bug where the system folders were not correctly generated</li>
|
<li>Fixed a bug where the system folders were not correctly generated</li>
|
||||||
<li>Fixed a bug where the RetroDECK Configurator desktop file was not opening the Configurator from Desktop Mode</li>
|
<li>Fixed a bug where the RetroDECK Configurator desktop file was not opening the Configurator from Desktop Mode</li>
|
||||||
<li>Fixed a bug where the theme was not showing correctly</li>
|
<li>Fixed a bug where the theme was not showing correctly</li>
|
||||||
|
<li>Fixed GC buttons layout: now R1 is Z and L2/R2 are L/R</li>
|
||||||
<li>Tweaked some CEMU audio config to choose the correct output device when docked</li>
|
<li>Tweaked some CEMU audio config to choose the correct output device when docked</li>
|
||||||
<li>Added retrodeck and configurator commands to be called from the shell or bash inside flatpak</li>
|
<li>Added retrodeck and configurator commands to be called from the shell or bash inside flatpak</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue