mirror of https://github.com/mgba-emu/mgba.git
Fix perf build
This commit is contained in:
parent
3202811e41
commit
79301a365f
|
@ -65,10 +65,7 @@ int main(int argc, char** argv) {
|
|||
int duration = end - start;
|
||||
|
||||
GBAThreadJoin(&context);
|
||||
close(opts.fd);
|
||||
if (opts.biosFd >= 0) {
|
||||
close(opts.biosFd);
|
||||
}
|
||||
freeOptions(&opts);
|
||||
free(context.debugger);
|
||||
|
||||
free(renderer.outputBuffer);
|
||||
|
|
Loading…
Reference in New Issue