nJoy: Fix to last commit

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1996 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-23 16:50:07 +00:00
parent f15c53eba7
commit 7ecf884f9a

View File

@ -185,8 +185,6 @@ void SetDllGlobals(PLUGIN_GLOBALS* _pPluginGlobals) {
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
void DllConfig(HWND _hParent) void DllConfig(HWND _hParent)
{ {
#ifdef _WIN32
// Start the pads so we can use them in the configuration and advanced controls // Start the pads so we can use them in the configuration and advanced controls
if(!emulator_running) if(!emulator_running)
{ {
@ -202,8 +200,6 @@ void DllConfig(HWND _hParent)
m_frame = new ConfigBox(NULL); m_frame = new ConfigBox(NULL);
m_frame->ShowModal(); m_frame->ShowModal();
#endif #endif
#endif
} }
void DllDebugger(HWND _hParent, bool Show) { void DllDebugger(HWND _hParent, bool Show) {