From 520a24fb83acd0bb98f8b364aa5ea1ceae43f76a Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 20 Dec 2012 23:04:58 +0000 Subject: 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 --- macosx/ExtendedKeys.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/ExtendedKeys.h') 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__ -- cgit v1.2.3