mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
DOLPHIN: improved wiimote pointer emulation for controllers [skip ci]
This commit is contained in:
parent
8b5c1b8eac
commit
c4d52c4728
|
@ -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 = TR
|
Buttons/Z = `TR` | `TL`
|
||||||
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+`
|
||||||
|
|
|
@ -22,3 +22,8 @@ Other State Hotkeys/Decrease Selected State Slot = @(Ctrl+J)
|
||||||
General/Toggle Fullscreen = @(Ctrl+Return)
|
General/Toggle Fullscreen = @(Ctrl+Return)
|
||||||
General/Control NetPlay Golf Mode = @(Alt+H)
|
General/Control NetPlay Golf Mode = @(Alt+H)
|
||||||
Wii/Press Sync Button = @(Alt+W)
|
Wii/Press Sync Button = @(Alt+W)
|
||||||
|
Wii/Connect Wii Remote 1 = @(Alt+W+`1`)
|
||||||
|
Wii/Connect Wii Remote 2 = @(Alt+W+`2`)
|
||||||
|
Wii/Connect Wii Remote 3 = @(Alt+W+`3`)
|
||||||
|
Wii/Connect Wii Remote 4 = @(Alt+W+`4`)
|
||||||
|
Wii/Connect Balance Board = @(Alt+W+`5`)
|
|
@ -10,7 +10,7 @@ Drums/Stick/Modifier/Range = 50.0
|
||||||
Turntable/Stick/Modifier/Range = 50.0
|
Turntable/Stick/Modifier/Range = 50.0
|
||||||
uDraw/Stylus/Modifier/Range = 50.0
|
uDraw/Stylus/Modifier/Range = 50.0
|
||||||
Drawsome/Stylus/Modifier/Range = 50.0
|
Drawsome/Stylus/Modifier/Range = 50.0
|
||||||
Buttons/A = SOUTH
|
Buttons/A = `SOUTH` | `Click 1` | `XInput2/0/Virtual core pointer:Click 1`
|
||||||
Buttons/B = EAST
|
Buttons/B = EAST
|
||||||
Buttons/1 = WEST
|
Buttons/1 = WEST
|
||||||
Buttons/2 = NORTH
|
Buttons/2 = NORTH
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
<li>Added new emulator: Vita3K - Reset the emulator to grap the lates changes</li>
|
<li>Added new emulator: Vita3K - Reset the emulator to grap the lates changes</li>
|
||||||
<li>Added new emulator: MAME (Standalone)</li>
|
<li>Added new emulator: MAME (Standalone)</li>
|
||||||
<li>PPSSPP: added hotkeys</li>
|
<li>PPSSPP: added hotkeys</li>
|
||||||
|
<li>DOLPHIN: improved wiimote pointer emulation for controllers</li>
|
||||||
<li>Added Steam Sync (with BoilR)</li>
|
<li>Added Steam Sync (with BoilR)</li>
|
||||||
<li>Quit button after emulators reset should act as an actual full quit button</li>
|
<li>Quit button after emulators reset should act as an actual full quit button</li>
|
||||||
<li>Created a quit_retrodeck function to ease the quit in the scripts.</li>
|
<li>Created a quit_retrodeck function to ease the quit in the scripts.</li>
|
||||||
|
|
Loading…
Reference in a new issue