mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixed small mistake
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@770 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -138,8 +138,9 @@ void DllDebugger(HWND _hParent)
|
||||
// that currently occurs of you try to do that
|
||||
MessageBox(0, "Can't open debugging window yet. Please start a game first", "DSP LLE", 0);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
MessageBox(0, "Can't open debugging window in Release build of this plugin.", "DSP LLE", 0);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user