diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 01:57:23 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 01:57:23 +0000 |
| commit | 02c0fa569e4b7505200ec296954fd0c3b750e9ee (patch) | |
| tree | 16729602c78cf2446ae347bf464a725a998e5170 /plugins | |
| parent | c6191a4474b4cab60cc9886860c8b6de7c4e146b (diff) | |
| download | pcsxr-02c0fa569e4b7505200ec296954fd0c3b750e9ee.tar.gz | |
stupid typo
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56049 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfxvideo/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/gpu.c b/plugins/dfxvideo/gpu.c index 1bb2ad63..f9def091 100644 --- a/plugins/dfxvideo/gpu.c +++ b/plugins/dfxvideo/gpu.c @@ -785,7 +785,7 @@ void ChangeWindowMode(void) // TOGGLE FULLSCREEN - WI bDoVSyncUpdate=TRUE;
}
-#else !defined (_MACGL)
+#elif !defined (_MACGL)
#include "draw.h"
|
