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

Function FCEUI_GetDesiredFPS

fceux-server/throttle.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57static uint64 desiredfps;
58
59int32 FCEUI_GetDesiredFPS(void)
60{
61 //if(PAL)
62 // return(838977920); // ~50.007
63 //else
64 return(1008307711); // ~60.1
65}
66
67void RefreshThrottleFPS(int divooder)
68{

Callers 1

RefreshThrottleFPSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected