mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(PSL1GHT) Buildfix
This commit is contained in:
parent
a9733ab418
commit
d167c4f62e
@ -868,7 +868,7 @@ int retro_vfs_stat_impl(const char *path, int32_t *size)
|
||||
/* Lowlevel Lv2 */
|
||||
sysFSStat stat_buf;
|
||||
|
||||
if (sysFsStat(path, &buf) < 0)
|
||||
if (sysFsStat(path, &stat_buf) < 0)
|
||||
return 0;
|
||||
|
||||
if (size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user