mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Initial support for title switching + better Wii U menu compatibility (#907)
This commit is contained in:
parent
bfbeeae6f6
commit
2200cc0ddf
95 changed files with 2549 additions and 746 deletions
|
@ -113,13 +113,14 @@ bool CemuApp::OnInit()
|
|||
wxMessageBox(fmt::format("Cemu can't write to {} !", path.generic_string()), _("Warning"), wxOK | wxCENTRE | wxICON_EXCLAMATION, nullptr);
|
||||
|
||||
NetworkConfig::LoadOnce();
|
||||
g_config.Load();
|
||||
|
||||
HandlePostUpdate();
|
||||
mainEmulatorHLE();
|
||||
|
||||
wxInitAllImageHandlers();
|
||||
|
||||
g_config.Load();
|
||||
|
||||
m_languages = GetAvailableLanguages();
|
||||
|
||||
const sint32 language = GetConfig().language;
|
||||
|
@ -156,10 +157,6 @@ bool CemuApp::OnInit()
|
|||
__fastfail(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
// init input
|
||||
InputManager::instance().load();
|
||||
|
||||
InitializeGlobalVulkan();
|
||||
|
||||
Bind(wxEVT_ACTIVATE_APP, &CemuApp::ActivateApp, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue