Home
last modified time | relevance | path

Searched refs:old_turbo (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-snes9x/snes9x-73aa348/libretro/
H A Dlibretro.cpp1652 bool old_turbo = turbo_pressed; in input_handle_pointer_lightgun() local
1654 snes_superscope_turbo_latch = old_turbo; in input_handle_pointer_lightgun()
/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dgb.c1227 bool old_turbo = gb->turbo; in GB_run_frame() local
1239 gb->turbo = old_turbo; in GB_run_frame()