uncomment assert

Co-authored-by: neebyA <126654084+neebyA@users.noreply.github.com>
This commit is contained in:
SamoZ256 2025-05-23 12:42:20 +02:00 committed by GitHub
parent c7aef3a52e
commit 43316cf133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)