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

Function FCEUI_PauseFramesRemaining

src/fceu.cpp:1307–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307int FCEUI_PauseFramesRemaining(void)
1308{
1309 return (EmulationPaused & EMULATIONPAUSED_TIMER) ? pauseTimer : 0;
1310}
1311
1312static int AutosaveCounter = 0;
1313

Callers 1

FCEU_DrawPauseCountDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected