Add SIGINT handler on posix systems (#145)

This commit is contained in:
bitscher 2022-09-02 00:32:33 -07:00 committed by GitHub
parent b1844a8753
commit a3b1af4e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 43 deletions

View file

@ -399,11 +399,4 @@ void CemuApp::ActivateApp(wxActivateEvent& event)
event.Skip();
}
extern "C"
{
CemuApp& wxGetAppWrapper()
{
return *static_cast<CemuApp*>(wxApp::GetInstance());
};
}