diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-20 23:04:58 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-20 23:04:58 +0000 |
| commit | 520a24fb83acd0bb98f8b364aa5ea1ceae43f76a (patch) | |
| tree | 2428c176eabe6fe62fd80ff3631b5ff36edd7a45 /macosx/ExtendedKeys.h | |
| parent | 2bb5d0778664ab48097f80d212876263f604a747 (diff) | |
| download | pcsxr-520a24fb83acd0bb98f8b364aa5ea1ceae43f76a.tar.gz | |
Implement fast-forward in the display plug-ins for OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81907 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ExtendedKeys.h')
| -rw-r--r-- | macosx/ExtendedKeys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ExtendedKeys.h b/macosx/ExtendedKeys.h index 24f54912..b4990b20 100644 --- a/macosx/ExtendedKeys.h +++ b/macosx/ExtendedKeys.h @@ -21,7 +21,8 @@ enum { // Fake HotKeys GPU_HOTKEYS = 0x020, - GPU_FAST_FORWARD + GPU_FAST_FORWARD, + GPU_FRAME_LIMIT }; #endif //__EXTENDED_KEYS_H__ |
