mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-29 01:19:47 +02:00
lower auto fskip for wiz, it seems to be too agressive
This commit is contained in:
3
gui.c
3
gui.c
@@ -740,6 +740,9 @@ s32 load_game_config_file()
|
|||||||
|
|
||||||
current_frameskip_type = auto_frameskip;
|
current_frameskip_type = auto_frameskip;
|
||||||
frameskip_value = 4;
|
frameskip_value = 4;
|
||||||
|
#ifdef WIZ_BUILD
|
||||||
|
frameskip_value = 1;
|
||||||
|
#endif
|
||||||
random_skip = 0;
|
random_skip = 0;
|
||||||
clock_speed = default_clock_speed;
|
clock_speed = default_clock_speed;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user