1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Debugger: correct mupen64plus window caption to find in debug mode.

This commit is contained in:
Sergey Lipskiy 2019-08-16 17:46:34 +07:00
parent 258e51d44d
commit fa2ce3f6e7

View File

@ -37,7 +37,7 @@ bool getCursorPos(long & _x, long & _y)
if (hWnd == NULL) {
wchar_t caption[64];
# ifdef _DEBUG
swprintf(caption, 64, L"%ls debug. Revision %ls", pluginNameW, PLUGIN_REVISION_W);
swprintf(caption, 64, L"mupen64plus: %ls debug. Revision %ls", pluginNameW, PLUGIN_REVISION_W);
# else // _DEBUG
swprintf(caption, 64, L"%s. Revision %s", pluginName, PLUGIN_REVISION);
# endif // _DEBUG