mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
implement blending
This commit is contained in:
parent
d4564c18f2
commit
e4abb305ac
4 changed files with 97 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue