Forgot one instance of 'static'

This commit is contained in:
NewRisingSun
2025-04-23 21:27:37 +02:00
committed by LibretroAdmin
parent 355fb8244d
commit b9359e5df9

View File

@@ -505,7 +505,7 @@ static void FP_FASTAPASS(1) trapPPUAddressChangeVenus (uint32 A) {
if (A &~0x2000) lastCHRBank =A >>10;
}
void close(void) {
static void close(void) {
if (CHRRAM) {
FCEU_gfree(CHRRAM);
CHRRAM =NULL;