Core: Get rid of Host_GetInstance()

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

View File

@ -21,8 +21,7 @@
#include "DiscIO/VolumeCreator.h"
SCoreStartupParameter::SCoreStartupParameter()
: hInstance(nullptr),
bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
: bEnableDebugging(false), bAutomaticStart(false), bBootToPause(false),
bJITNoBlockCache(false), bJITBlockLinking(true),
bJITOff(false),
bJITLoadStoreOff(false), bJITLoadStorelXzOff(false),