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/HotkeyController.m | |
| 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/HotkeyController.m')
| -rw-r--r-- | macosx/HotkeyController.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
