From 43316cf133cefb11a5225a536f0bccb45601609e Mon Sep 17 00:00:00 2001 From: SamoZ256 <96914946+SamoZ256@users.noreply.github.com> Date: Fri, 23 May 2025 12:42:20 +0200 Subject: [PATCH] uncomment assert Co-authored-by: neebyA <126654084+neebyA@users.noreply.github.com> --- src/gui/CemuApp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/CemuApp.cpp b/src/gui/CemuApp.cpp index cfe436ae..82299c95 100644 --- a/src/gui/CemuApp.cpp +++ b/src/gui/CemuApp.cpp @@ -383,8 +383,7 @@ void CemuApp::OnAssertFailure(const wxChar* file, int line, const wxChar* func, #if BOOST_OS_WINDOWS DumpThreadStackTrace(); #endif - // HACK - //cemu_assert_debug(false); + cemu_assert_debug(false); } int CemuApp::FilterEvent(wxEvent& event)