From 01f9db90eab920aa6ce7a51266c49b54ea01b1dd Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 6 Sep 2010 01:47:52 +0000 Subject: added LidInterrupt to win32 as well. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56866 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32/gui/plugin.c') diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 0556b407..d884dbe7 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -33,6 +33,8 @@ int ShowPic = 0; +extern void LidInterrupt(); + void gpuShowPic() { char Text[255]; gzFile f; @@ -144,11 +146,13 @@ void PADhandleKey(int key) { case VK_F9: GPU_displayText(_("*PCSX*: CdRom Case Opened")); SetCdOpenCaseTime(-1); + LidInterrupt(); break; case VK_F10: GPU_displayText(_("*PCSX*: CdRom Case Closed")); SetCdOpenCaseTime(0); + LidInterrupt(); break; case VK_F12: -- cgit v1.2.3