mirror of https://github.com/snes9xgit/snes9x.git
Win32: Remove break I accidentally put in.
This commit is contained in:
parent
f53a6697dd
commit
5195200b78
|
@ -1 +1 @@
|
|||
Subproject commit c9e03360e2a78a95a8571292aefa5ddbdbf66daf
|
||||
Subproject commit 0527c9db8148ce37442fa4a9c99a2a23ad50b0b7
|
|
@ -2231,7 +2231,7 @@ LRESULT CALLBACK WinProc(
|
|||
break;
|
||||
case ID_EMULATION_HACKS:
|
||||
if (MessageBoxA(hWnd,
|
||||
"The settings in this dialog should only be used for compatibility\n"
|
||||
"The settings in this dialog should only be used for compatibility "
|
||||
"with old ROM hacks or if you otherwise know what you're doing.\n\n"
|
||||
"If any problems occur, click \"Set Defaults\" to reset the options to normal.",
|
||||
"Warning: Unsupported",
|
||||
|
|
Loading…
Reference in New Issue