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

Function FCEU_CloseGenie

src/cart.cpp:409–414  ·  view source on GitHub ↗

Called when a game is closed. */

Source from the content-addressed store, hash-verified

407
408/* Called when a game is closed. */
409void FCEU_CloseGenie(void) {
410 /* No good reason to free() the Game Genie ROM image data. */
411 geniestage = 0;
412 FlushGenieRW();
413 VPageR = VPage;
414}
415
416void FCEU_KillGenie(void) {
417 if (GENIEROM) {

Callers 1

FCEU_CloseGameFunction · 0.85

Calls 1

FlushGenieRWFunction · 0.85

Tested by

no test coverage detected