Core: Get rid of Host_GetInstance()

This commit is contained in:
Lioncash 2014-08-03 23:44:37 -04:00
commit 3aba909b25
7 changed files with 2 additions and 25 deletions

View file

@ -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;