Mapper 268: Add GenMMC3Close() to Mapper268_close().

This commit is contained in:
NewRisingSun 2022-08-03 15:47:05 +02:00
parent 67c678aaac
commit 91867b9844

View File

@ -117,6 +117,7 @@ static void Mapper268_Power(void) {
static void Mapper268_close(void) {
if (CHRRAM) FCEU_gfree(CHRRAM);
CHRRAM =NULL;
GenMMC3Close();
}
void Mapper268_Init(CartInfo *info) {