diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-28 09:18:08 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-12-28 09:18:08 +0000 |
| commit | e2f01cd5e76b20e595b7d516ba4a8d47be6efe3f (patch) | |
| tree | 54ad19701bf36ab388570ce77f6b4c2714c98c5a /macosx/plugins/DFXVideo/macsrc | |
| parent | cf5b02116cb35954e429e0981b0c4b1600bd4780 (diff) | |
| download | pcsxr-e2f01cd5e76b20e595b7d516ba4a8d47be6efe3f.tar.gz | |
Get OS X compiling again:
Fixed undeclared GPU_FRAME_LIMIT.
Some patch somewhere changed the file reference of the ExtendedKeys headers in the GPU plug-ins. reverting that.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81977 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h b/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h index 24f54912..b4990b20 100755 --- a/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h +++ b/macosx/plugins/DFXVideo/macsrc/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__ |
