diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 20:07:20 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-12 20:07:20 +0000 |
| commit | 98f9382fb8307e539091454392ca658648f722b8 (patch) | |
| tree | 63922f6d138eae366b2b57546cfc98998b414bca /macosx/plugins/PeopsXgl/macsrc/drawgl.m | |
| parent | a3c75d56e6bb3e77fb2bef70e1a0175a5e7ab966 (diff) | |
| download | pcsxr-98f9382fb8307e539091454392ca658648f722b8.tar.gz | |
Big Mac Commit!
Updating plug-ins to use Release instead of Debug for command line building.
Update to use 64-bit safe datatypes (NSInteger where needed).
Getting rid of no longer used variables in the Xcode projects.
Making a Localizable.strings file.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/drawgl.m')
| -rw-r--r-- | macosx/plugins/PeopsXgl/macsrc/drawgl.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/drawgl.m b/macosx/plugins/PeopsXgl/macsrc/drawgl.m index dcc40ee2..70c5a15e 100644 --- a/macosx/plugins/PeopsXgl/macsrc/drawgl.m +++ b/macosx/plugins/PeopsXgl/macsrc/drawgl.m @@ -28,6 +28,7 @@ #include "draw.h" #include "gpu.h" #include "menu.h" +#include "drawgl.h" //////////////////////////////////////////////////////////////////////////////////// // misc globals @@ -185,7 +186,7 @@ void SendContextBack(void) [NSOpenGLContext clearCurrentContext]; } -void SetVSync(long myValue) +void SetVSync(GLint myValue) { GLint DoItMyFriend = myValue; [[glView openGLContext] setValues: &DoItMyFriend forParameter: NSOpenGLCPSwapInterval]; |
