From c9289d55f08d262bfa5495de16b3b17c05a14741 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 16 Nov 2013 06:29:34 +0000 Subject: OS X: Fixing a few bugs. Get rid of a few deprecated notices. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87842 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/drawgl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFXVideo/macsrc/drawgl.m') diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m index 97cdf52d..99c4286a 100755 --- a/macosx/plugins/DFXVideo/macsrc/drawgl.m +++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m @@ -203,7 +203,7 @@ void HandleKey(int keycode) bSkipNextFrame = FALSE; break; case GPU_FULLSCREEN_KEY: - [gameController setFullscreen:![gameController fullscreen]]; + gameController.fullscreen = !gameController.fullscreen; break; } } -- cgit v1.2.3