diff options
Diffstat (limited to 'plugins/dfxvideo/key.c')
| -rwxr-xr-x | plugins/dfxvideo/key.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfxvideo/key.c b/plugins/dfxvideo/key.c index 3f101f4f..511ea1cb 100755 --- a/plugins/dfxvideo/key.c +++ b/plugins/dfxvideo/key.c @@ -56,10 +56,12 @@ void GPUkeypressed(int keycode) case ((1<<29) | 0xFF0D): //special keycode from pcsx-df: alt-enter bChangeWinMode=TRUE; break; +#ifndef _MACGL case XK_section: //special - accelerate iFastFwd = ( iFastFwd != 0 ? 0 : 1 ); UseFrameLimit = ( UseFrameLimit != 0 ? 0 : 1 ); break; +#endif case VK_F5: GPUmakeSnapshot(); break; |
