mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
uncomment assert
Co-authored-by: neebyA <126654084+neebyA@users.noreply.github.com>
This commit is contained in:
parent
c7aef3a52e
commit
43316cf133
1 changed files with 1 additions and 2 deletions
|
@ -383,8 +383,7 @@ void CemuApp::OnAssertFailure(const wxChar* file, int line, const wxChar* func,
|
||||||
#if BOOST_OS_WINDOWS
|
#if BOOST_OS_WINDOWS
|
||||||
DumpThreadStackTrace();
|
DumpThreadStackTrace();
|
||||||
#endif
|
#endif
|
||||||
// HACK
|
cemu_assert_debug(false);
|
||||||
//cemu_assert_debug(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int CemuApp::FilterEvent(wxEvent& event)
|
int CemuApp::FilterEvent(wxEvent& event)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue