| 1364 | } |
| 1365 | |
| 1366 | static void UndoRedoSavestate(void) |
| 1367 | { |
| 1368 | if ( !lastSavestateMade.empty() && (undoSS || redoSS)) |
| 1369 | SwapSaveState(); |
| 1370 | } |
| 1371 | |
| 1372 | static void FCEUI_DoExit(void) |
| 1373 | { |
nothing calls this directly
no test coverage detected