Dolphin, the GameCube and Wii emulator - Forums

Full Version: Escape From Wii/Dolphin using Escape
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

CorporalKlinger

I am sure this has been asked before, however my search results came up with nothing.

Using Batocera Linux and running Dolphin 5.26.

ALT+F4 is the default exit key sequence to escape Wii.    You can change the HOTKEY being used in the software to STOP and EXIT where they both will exit the system back to emulation station.  Once you exit the system though, your "Hotkey" definitions are not saved along with any game controller settings that you created due to the nature of the emulator.  


If you create a specific game.ini like SL3ENR.ini (Dragon's Lair Trilogy) and place inside that file located in:

/usr/share/dolphin-emu/sys/GameSettings/SL3ENR.ini

Code:
[Controls]
#WiimoteSource0 = 1
WiimoteSource1 = 1
WiimoteSource2 = 0
WiimoteSource3 = 0
WiimoteSourceBB = 0

WiimoteProfile1 = IPAC4-P1-SIDEWAYS
#WiimoteProfile2 = "IPAC4-P2"
#WiimoteProfile3 = "IPAC4-P3"
#WiimoteProfile4 = "IPAC4-P4"


Your reference to the controller profile you created, you force the system to look at your profile
/userdata/system/configs/dolphin-emu/Profiles/Wiimote/mycustom.ini

Code:
[Profile]
Device = evdev/0/Ultimarc I-PAC 4
Buttons/A = A
Buttons/B = B
Buttons/1 = D
Buttons/2 = E
Buttons/- = C
Buttons/+ = F
Buttons/Home = J
D-Pad/Up = UP
D-Pad/Down = DOWN
D-Pad/Left = LEFT
D-Pad/Right = RIGHT
Options/Sideways Wiimote = True
Hotkeys/Sideways Toggle = I
Keys/Stop = ESC   <--------------- THIS DOESN'T WORK
Keys/Exit = ESC    <--------------- THIS DOESN'T WORK


How do you get Dolphin to notice the additional keys setting or possibly reference the Hotkey folder where the myhotkey.ini would already be defined?
/userdata/system/configs/dolphin-emu/Profiles/Hotkeys/mydefinedhotkey.ini


Options/Sideways Wiimote = True

Hotkeys/Sideways Toggle = I
Keys/Stop = ESC
Keys/Exit = ESC

CorporalKlinger

Nothing?