From 891d306f08dfba5925002c98edac61f355a2e3bf Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sun, 20 May 2001 05:57:48 +0000 Subject: [PATCH] Fix a little freeze problem --- zsnes/src/gui/guikeys.inc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/zsnes/src/gui/guikeys.inc b/zsnes/src/gui/guikeys.inc index 908ad4a6..223dc4bb 100644 --- a/zsnes/src/gui/guikeys.inc +++ b/zsnes/src/gui/guikeys.inc @@ -1216,18 +1216,19 @@ GUICheatKeys: mov dword[GUIcurrentcheatcursloc],0 .posc .nopageup -%ifdef __LINUX__ - cmp al, 97 - je .pagednpressed - cmp dword[numlockptr],1 - je .nopageup - cmp al,81 - jne .nopageup -.pagednpressed -%else +;%ifdef __LINUX__ + ; uh this freezes the program + ;cmp al, 97 + ;je .pagednpressed + ;cmp dword[numlockptr],1 + ;je .nopageup + ;cmp al,81 + ;jne .nopageup +;.pagednpressed +;%else cmp al,81 jne .nopagedown -%endif +;%endif add dword[GUIcurrentcheatviewloc],12 add dword[GUIcurrentcheatcursloc],12 mov ebx,[NumCheats]