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