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