This commit is contained in:
libretroadmin 2022-11-22 06:13:23 +01:00
parent a93a2186c0
commit 3e661ea42e

View file

@ -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;