summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authordeath2droid <death2droid@gmail.com>2009-05-17 01:41:21 +0000
committerdeath2droid <death2droid@gmail.com>2009-05-17 01:41:21 +0000
commitcdc1432550daa636ee02cc9122db459f6a2bab00 (patch)
tree2a26880d25653e27598d5fe83ae8406a6cc0d9a1 /Source
parent22eff0846fbabadf97a8dd4ceddf19ac29f2307b (diff)
A fix to the Mario Kart Wii hack
Changed value 0.00006f to 0.0006f git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3257 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
index 606d4b0ef1..1e817a0ac4 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
@@ -662,7 +662,7 @@ void Config::UpdateHack()
break;
case OGL_HACK_MARIO_KART_WII:
g_Config.bPhackvalue1 = 1;
- g_Config.fhackvalue1 = 0.00006f;
+ g_Config.fhackvalue1 = 0.0006f;
g_Config.bPhackvalue2 = 0;
g_Config.bProjHack1 = 0;
break;