Integrate back the reset using keyboard (ctrl + left amiga + right amiga)
This commit is contained in:
parent
4df17bee36
commit
197952035d
1 changed files with 4 additions and 0 deletions
|
@ -589,6 +589,10 @@ void gui_handle_events (void)
|
||||||
int triggerL = keystate[SDLK_RSHIFT];
|
int triggerL = keystate[SDLK_RSHIFT];
|
||||||
int triggerR = keystate[SDLK_RCTRL];
|
int triggerR = keystate[SDLK_RCTRL];
|
||||||
|
|
||||||
|
|
||||||
|
if(keystate[SDLK_LCTRL] && keystate[SDLK_LSUPER] && (keystate[SDLK_RSUPER] ||keystate[SDLK_MENU]))
|
||||||
|
uae_reset(0);
|
||||||
|
|
||||||
// L + R
|
// L + R
|
||||||
if(triggerL && triggerR)
|
if(triggerL && triggerR)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue