diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/drawgl.m')
| -rw-r--r-- | macosx/plugins/DFXVideo/macsrc/drawgl.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m index 18d3762a..be679143 100644 --- a/macosx/plugins/DFXVideo/macsrc/drawgl.m +++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m @@ -175,6 +175,9 @@ void ShowTextGpuPic(void) void HandleKey(int keycode) { switch (keycode) { + case GPU_FAST_FORWARD: + UseFrameLimit ^= 1; + break; case GPU_FULLSCREEN_KEY: [gameController setFullscreen:![gameController fullscreen]]; break; |
