mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00: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:
parent
ff1a11bd1f
commit
664f4dee0e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue