forked from dolphin-emu/dolphin
GameIni: Remove default Projection Hack
This commit is contained in:
@@ -103,6 +103,10 @@ void VideoConfig::Load(const std::string& ini_file)
|
||||
hacks->Get("EFBScaledCopy", &bCopyEFBScaled, true);
|
||||
hacks->Get("EFBEmulateFormatChanges", &bEFBEmulateFormatChanges, false);
|
||||
|
||||
// hacks which are disabled by default
|
||||
iPhackvalue[0] = 0;
|
||||
bPerfQueriesEnable = false;
|
||||
|
||||
// Load common settings
|
||||
iniFile.Load(File::GetUserPath(F_DOLPHINCONFIG_IDX));
|
||||
IniFile::Section* interface = iniFile.GetOrCreateSection("Interface");
|
||||
|
||||
Reference in New Issue
Block a user