diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-22 05:21:54 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-22 05:21:54 +0000 |
| commit | 2a946355230c49ed8d5d421029cfb45d7f2c6df0 (patch) | |
| tree | 9d704d232d470afeed938f3fa2e2bf224d89810f /Source/Core/Common | |
| parent | db691a4f0dfa305f8945cf1b0b0d8643e9a630df (diff) | |
OpenGL: Added option to build without WxWidgets in Windows to, if it has anything to do with the FreeLibrary() hanging. It doesn't seem to do, but now it's easier to compile without it at least.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2358 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Setup.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/Setup.h b/Source/Core/Common/Src/Setup.h index ae7eb63637..ff7c7cf126 100644 --- a/Source/Core/Common/Src/Setup.h +++ b/Source/Core/Common/Src/Setup.h @@ -36,8 +36,11 @@ // This may remove sound artifacts in Wario Land Shake It and perhaps other games
//#define SETUP_AVOID_SOUND_ARTIFACTS
-// This may fix a problem with Stop and Start that I described in the comments to revision 2,139
-//#define SETUP_FREE_PLUGIN_ON_BOOT
+/* This may fix a problem with Stop and Start that I described in the comments to revision 2,139,
+ and in the comments in the File Description for PluginManager.cpp */
+//#define SETUP_FREE_VIDEO_PLUGIN_ON_BOOT
+//#define SETUP_FREE_DSP_PLUGIN_ON_BOOT
+//#define SETUP_DONT_FREE_PLUGIN_ON_STOP
/* This will avoid deleting the g_EmuThread after Stop, that may hang when we are rendering to a child
window, however, I didn't seem to need this any more */
|
