diff options
Diffstat (limited to 'gui/Plugin.c')
| -rw-r--r-- | gui/Plugin.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c index 22b6f2cf..e510aed1 100644 --- a/gui/Plugin.c +++ b/gui/Plugin.c @@ -35,6 +35,8 @@ void OnFile_Exit(); +extern void LidInterrupt();
+
unsigned long gpuDisp; int StatesC = 0; @@ -255,9 +257,13 @@ void PADhandleKey(int key) { break; case XK_F9: SetCdOpenCaseTime(-1); +
+ LidInterrupt();
break; case XK_F10: SetCdOpenCaseTime(0); +
+ LidInterrupt();
break; case XK_Escape: // TODO |
