GBA: Fix file being closed too soon

This commit is contained in:
Jeffrey Pfau 2016-05-28 16:55:03 -07:00
parent da7ad5e022
commit 2655e45f44
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ void GBAUnloadROM(struct GBA* gba) {
#ifndef _3DS
gba->romVf->unmap(gba->romVf, gba->pristineRom, gba->pristineRomSize);
#endif
gba->romVf->close(gba->romVf);
gba->pristineRom = 0;
gba->romVf = 0;
}