implement blending

This commit is contained in:
Samuliak 2024-08-01 20:45:24 +02:00
parent d4564c18f2
commit e4abb305ac
4 changed files with 97 additions and 8 deletions

View file

@ -368,7 +368,8 @@ void CemuApp::OnAssertFailure(const wxChar* file, int line, const wxChar* func,
#if BOOST_OS_WINDOWS
DumpThreadStackTrace();
#endif
cemu_assert_debug(false);
// HACK
//cemu_assert_debug(false);
}
int CemuApp::FilterEvent(wxEvent& event)
@ -545,5 +546,3 @@ void CemuApp::ActivateApp(wxActivateEvent& event)
g_window_info.app_active = event.GetActive();
event.Skip();
}