summaryrefslogtreecommitdiff
path: root/macosx/HotkeyController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-12-20 23:04:58 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-12-20 23:04:58 +0000
commit520a24fb83acd0bb98f8b364aa5ea1ceae43f76a (patch)
tree2428c176eabe6fe62fd80ff3631b5ff36edd7a45 /macosx/HotkeyController.h
parent2bb5d0778664ab48097f80d212876263f604a747 (diff)
downloadpcsxr-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.h')
-rw-r--r--macosx/HotkeyController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HotkeyController.h b/macosx/HotkeyController.h
index 59492c79..baf539d5 100644
--- a/macosx/HotkeyController.h
+++ b/macosx/HotkeyController.h
@@ -18,6 +18,7 @@
IBOutlet NSTextField *LoadState;
IBOutlet NSTextField *NextState;
IBOutlet NSTextField *PrevState;
+ IBOutlet NSTextField *FrameLimit;
}
@property (assign) NSInteger configInput;