GameIni: Remove default Projection Hack

This commit is contained in:
degasus
2015-06-07 16:31:03 +02:00
parent 6bc85995bd
commit 20ec5867ec
782 changed files with 7 additions and 4369 deletions

View File

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