notaz.gp2x.de
/
gpsp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4e2bd
)
lower auto fskip for wiz, it seems to be too agressive
author
notaz
<notaz@pixelinis>
Sun, 7 Jun 2009 23:01:00 +0000
(
02:01
+0300)
committer
notaz
<notaz@pixelinis>
Sun, 7 Jun 2009 23:01:00 +0000
(
02:01
+0300)
gui.c
patch
|
blob
|
blame
|
history
diff --git
a/gui.c
b/gui.c
index
8e0c1d4
..
ccaf764
100644
(file)
--- a/
gui.c
+++ b/
gui.c
@@
-740,6
+740,9
@@
s32 load_game_config_file()
current_frameskip_type = auto_frameskip;
frameskip_value = 4;
+#ifdef WIZ_BUILD
+ frameskip_value = 1;
+#endif
random_skip = 0;
clock_speed = default_clock_speed;