mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2024-12-28 03:45:48 +00:00
Mapper 268: Add GenMMC3Close() to Mapper268_close().
This commit is contained in:
parent
67c678aaac
commit
91867b9844
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user