fix speedhacks gui bug
authorJavier S. Pedro <maemo@javispedro.com>
Fri, 4 Sep 2009 17:05:08 +0000 (19:05 +0200)
committerJavier S. Pedro <maemo@javispedro.com>
Fri, 4 Sep 2009 17:05:08 +0000 (19:05 +0200)
platform/hgw.cpp

index 5ffaed5..fa825f2 100644 (file)
@@ -91,7 +91,7 @@ void HgwConfig()
        }
 
        int speedhacks = 0;
-       if (hgw_conf_request_int(hgw, kGConfFrameskip, &speedhacks) == HGW_ERR_NONE) {
+       if (hgw_conf_request_int(hgw, kGConfSpeedhacks, &speedhacks) == HGW_ERR_NONE) {
                if (speedhacks <= 0) {
                        Settings.HacksEnabled = FALSE;
                        Settings.HacksFilter = FALSE;