mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Add SIGINT handler on posix systems (#145)
This commit is contained in:
parent
b1844a8753
commit
a3b1af4e3d
4 changed files with 38 additions and 43 deletions
|
@ -399,11 +399,4 @@ void CemuApp::ActivateApp(wxActivateEvent& event)
|
|||
event.Skip();
|
||||
}
|
||||
|
||||
extern "C"
|
||||
{
|
||||
CemuApp& wxGetAppWrapper()
|
||||
{
|
||||
return *static_cast<CemuApp*>(wxApp::GetInstance());
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue