mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Core: Get rid of Host_GetInstance()
This commit is contained in:
parent
847504f327
commit
3aba909b25
7 changed files with 2 additions and 25 deletions
|
@ -74,8 +74,6 @@ bool BootCore(const std::string& _rFilename)
|
|||
StartUp.bRunCompareClient = false;
|
||||
StartUp.bRunCompareServer = false;
|
||||
|
||||
StartUp.hInstance = Host_GetInstance();
|
||||
|
||||
// This is saved seperately from everything because it can be changed in SConfig::AutoSetup()
|
||||
config_cache.bHLE_BS2 = StartUp.bHLE_BS2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue