mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +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;
|
||||
FILE *fp;
|
||||
u32 bytesRead = 0;
|
||||
u3 fileSize = 0;
|
||||
u32 fileSize = 0;
|
||||
if (!filepath || !*filepath)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user