mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Buildfix
This commit is contained in:
parent
a93a2186c0
commit
3e661ea42e
@ -245,7 +245,7 @@ int HBL_loadToMemory(const char *filepath, u32 args_size)
|
|||||||
int ret;
|
int ret;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
u32 bytesRead = 0;
|
u32 bytesRead = 0;
|
||||||
u3 fileSize = 0;
|
u32 fileSize = 0;
|
||||||
if (!filepath || !*filepath)
|
if (!filepath || !*filepath)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user