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

Function FCEUI_GetDesiredFPS

src/fceu.cpp:1238–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236//}
1237
1238int32 FCEUI_GetDesiredFPS(void) {
1239 if (PAL || dendy)
1240 return(838977920); // ~50.007
1241 else
1242 return(1008307711); // ~60.1
1243}
1244
1245int FCEUI_EmulationPaused(void)
1246{

Callers 9

loadConfigMethod · 0.70
RefreshThrottleFPSFunction · 0.50
FCEUI_AviBeginFunction · 0.50
RefreshThrottleFPSFunction · 0.50
recalcMemoryUsageMethod · 0.50
BlitScreenFunction · 0.50
RefreshThrottleFPSFunction · 0.50
RefreshThrottleFPSFunction · 0.50
RefreshThrottleFPSFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected