MCPcopy Create free account
hub / github.com/TASEmulators/fceux / DecreaseEmulationSpeed

Function DecreaseEmulationSpeed

src/drivers/win/throttle.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static void DecreaseEmulationSpeed(void)
129{
130 int i;
131 for(i = 1; fps_scale_table[i] < fps_scale_unpaused; i++)
132 ;
133 fps_scale = fps_scale_unpaused = fps_scale_table[i-1];
134}
135
136void FCEUD_SetEmulationSpeed(int cmd)
137{

Callers 1

FCEUD_SetEmulationSpeedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected