mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
fixing build on new devkitppc
This commit is contained in:
parent
14f06f25c7
commit
e4040ee124
@ -751,7 +751,7 @@ LoadSzFile(char * filepath, unsigned char * rbuffer)
|
||||
HaltParseThread();
|
||||
|
||||
file = fopen (filepath, "rb");
|
||||
if (file > 0)
|
||||
if (file)
|
||||
{
|
||||
size = SzExtractFile(browserList[browser.selIndex].filenum, rbuffer);
|
||||
fclose (file);
|
||||
|
Loading…
Reference in New Issue
Block a user