diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 07:11:29 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 07:11:29 +0000 |
| commit | 78470f808411136437789aee0d33fbe0c892daea (patch) | |
| tree | 881982366f2b13fd535ac0160d505764bc0e19ba /gui/Plugin.c | |
| parent | 92679bf72724dc122da6c69c20d9f785a230af4b (diff) | |
| download | pcsxr-78470f808411136437789aee0d33fbe0c892daea.tar.gz | |
got rid of cdrfilename & cdOpenCase, windows broken for now
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47753 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Plugin.c')
| -rw-r--r-- | gui/Plugin.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c index ab4101b9..98e057da 100644 --- a/gui/Plugin.c +++ b/gui/Plugin.c @@ -39,7 +39,6 @@ unsigned long gpuDisp; int StatesC = 0; extern int UseGui; -extern int cdOpenCase; int ShowPic = 0; void gpuShowPic() { @@ -223,10 +222,10 @@ void PADhandleKey(int key) { GPU_makeSnapshot(); break; case XK_F9: - cdOpenCase = -1; + SetCdOpenCaseTime(-1); break; case XK_F10: - cdOpenCase = 0; + SetCdOpenCaseTime(0); break; case XK_Escape: // TODO @@ -262,10 +261,6 @@ void SignalExit(int sig) { OnFile_Exit(); } -void SPUirq(void); - -int NetOpened = 0; - #define PARSEPATH(dst, src) \ ptr = src + strlen(src); \ while (*ptr != '\\' && ptr != src) ptr--; \ |
