diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2010-08-10 08:29:15 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2010-08-10 08:29:15 +0000 |
| commit | db072e1986b3cec84a3bcd4314fa617e449f697b (patch) | |
| tree | b439a0d1b6a6ca35a9488f1e4439b276f571c0d8 /Source/Plugins/Plugin_VideoSoftware/Src/main.cpp | |
| parent | 3b7a6ce33686ad91b68dae455cb023c769514b9d (diff) | |
Add Common::AtomicDecrement for gcc to match win32.
Use the debug option for conf.CheckWXConfig on OS X as on Unix.
Take care of a few compiler warnings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6084 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware/Src/main.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoSoftware/Src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp index 9cd89d1787..1c4715e9f3 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/main.cpp @@ -223,4 +223,4 @@ bool Video_IsFifoBusy(void) void Video_AbortFrame(void) { -}
\ No newline at end of file +} |
