From 5195200b7804d6fc8740d69b02707a9648ded07f Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Tue, 16 Apr 2019 15:27:35 -0500 Subject: [PATCH] Win32: Remove break I accidentally put in. --- win32/glslang/src | 2 +- win32/wsnes9x.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/glslang/src b/win32/glslang/src index c9e03360..0527c9db 160000 --- a/win32/glslang/src +++ b/win32/glslang/src @@ -1 +1 @@ -Subproject commit c9e03360e2a78a95a8571292aefa5ddbdbf66daf +Subproject commit 0527c9db8148ce37442fa4a9c99a2a23ad50b0b7 diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index c5efc725..f451aef9 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -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",