Fix fd check
This commit is contained in:
parent
5127f4b5cc
commit
7db08a3fcf
1 changed files with 1 additions and 1 deletions
|
@ -2362,7 +2362,7 @@ static s32 load_gamepak_raw(const char *name)
|
||||||
|
|
||||||
// First, close the last one if it was open, we won't
|
// First, close the last one if it was open, we won't
|
||||||
// be needing it anymore.
|
// be needing it anymore.
|
||||||
if(!gamepak_file_large)
|
if(gamepak_file_large)
|
||||||
fclose(gamepak_file_large);
|
fclose(gamepak_file_large);
|
||||||
|
|
||||||
// If it's a big file size keep it, don't close it, we'll
|
// If it's a big file size keep it, don't close it, we'll
|
||||||
|
|
Loading…
Add table
Reference in a new issue