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/HotkeyController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HotkeyController.m') diff --git a/macosx/HotkeyController.m b/macosx/HotkeyController.m index 65ec1055..fcb15c4e 100644 --- a/macosx/HotkeyController.m +++ b/macosx/HotkeyController.m @@ -28,6 +28,7 @@ [self mapOutletToIdentifier:LoadState forIdentifier:@"LoadState"]; [self mapOutletToIdentifier:NextState forIdentifier:@"NextState"]; [self mapOutletToIdentifier:PrevState forIdentifier:@"PrevState"]; + [self mapOutletToIdentifier:FrameLimit forIdentifier:@"FrameLimit"]; } - (void)dealloc -- cgit v1.2.3