all repos — mgba @ 2655e45f44f32bd6dd03b067de375bca4ed2dd27

mGBA Game Boy Advance Emulator

GBA: Fix file being closed too soon
Jeffrey Pfau jeffrey@endrift.com
Sat, 28 May 2016 16:55:03 -0700
commit

2655e45f44f32bd6dd03b067de375bca4ed2dd27

parent

da7ad5e0221861e30168c70b7e8fefc39619c6dc

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/gba/gba.csrc/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; }