diff options
Diffstat (limited to 'plugins/peopsxgl/key.c')
| -rwxr-xr-x | plugins/peopsxgl/key.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/peopsxgl/key.c b/plugins/peopsxgl/key.c index c52d94bb..76f86734 100755 --- a/plugins/peopsxgl/key.c +++ b/plugins/peopsxgl/key.c @@ -68,12 +68,14 @@ void GPUkeypressed(int keycode) bFullScreen = ( bFullScreen != 0 ? 0 : 1 ); GPUopen(disp, "2"); break;*/ - + +#ifndef _MACGL case XK_section: bUseFrameSkip=!bUseFrameSkip; bUseFrameLimit=!bUseFrameLimit; iFrameLimit = ( iFrameLimit != 0 ? 0 : 2 ); break; +#endif case VK_INSERT: ulKeybits|=KEY_RESETTEXSTORE; |
