Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FreeBuffers
Function
FreeBuffers
src/fceu.cpp:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
static void FreeBuffers() {
373
FCEU_free(RAM);
374
RAM = NULL;
375
}
376
//------
377
378
uint8 PAL = 0;
Callers
1
FCEUI_Kill
Function · 0.85
Calls
1
FCEU_free
Function · 0.85
Tested by
no test coverage detected