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

Function ReloadRom

src/input.cpp:1343–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341}
1342
1343void ReloadRom(void)
1344{
1345#ifdef __WIN_DRIVER__
1346 if (FCEUMOV_Mode(MOVIEMODE_TASEDITOR))
1347 {
1348 // load most recent project
1349 handleEmuCmdByTaseditor(execcmd);
1350 } else
1351 {
1352 // load most recent ROM
1353 extern void LoadRecentRom(int slot);
1354 LoadRecentRom(0);
1355 }
1356#endif
1357}
1358
1359static void MovieSubtitleToggle(void)
1360{

Callers 1

emu_loadromFunction · 0.85

Calls 3

FCEUMOV_ModeFunction · 0.85
handleEmuCmdByTaseditorFunction · 0.85
LoadRecentRomFunction · 0.85

Tested by

no test coverage detected