summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-06-07 16:31:03 +0200
committerdegasus <wickmarkus@web.de>2015-06-10 19:31:10 +0200
commit20ec5867ec3a0a16c3c92125a1220ae3de0ede72 (patch)
treec9fdcc29bd198b5127a5049f2672b13d2016181b /Source/Core/VideoCommon/VideoConfig.cpp
parent6bc85995bd6902acae5ae4efd627aa445f352fff (diff)
GameIni: Remove default Projection Hack
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index 1a989878f5..699318cc87 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -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");