GBA: Fix file being closed too soon
Jeffrey Pfau jeffrey@endrift.com
Sat, 28 May 2016 16:55:03 -0700
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/gba/gba.c
→
src/gba/gba.c
@@ -123,7 +123,6 @@ if (gba->romVf) {
#ifndef _3DS gba->romVf->unmap(gba->romVf, gba->pristineRom, gba->pristineRomSize); #endif - gba->romVf->close(gba->romVf); gba->pristineRom = 0; gba->romVf = 0; }