Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_KillGenie
Function
FCEU_KillGenie
src/cart.cpp:416–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
void FCEU_KillGenie(void) {
417
if (GENIEROM) {
418
free(GENIEROM);
419
GENIEROM = 0;
420
}
421
}
422
423
static DECLFR(GenieRead) {
424
return GENIEROM[A & 4095];
Callers
1
FCEUI_Kill
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected