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
|
@ -138,9 +138,10 @@ void DllDebugger(HWND _hParent)
|
||||||
// that currently occurs of you try to do that
|
// 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);
|
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);
|
MessageBox(0, "Can't open debugging window in Release build of this plugin.", "DSP LLE", 0);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue