mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
EMI: Tell the game there is not joystick connected
This commit is contained in:
parent
43eee42916
commit
ba2840cfa9
@ -312,6 +312,9 @@ const ControlDescriptor controls[] = {
|
||||
{ "KEY_JOY2_LMUSHROOM", KEYCODE_JOY2_B15 },
|
||||
{ "KEY_JOY2_RMUSHROOM", KEYCODE_JOY2_B16 },
|
||||
|
||||
// tell EMI there is no joystick selected
|
||||
{ "joy_selected", -1 },
|
||||
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user