mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +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 */
|
/* Lowlevel Lv2 */
|
||||||
sysFSStat stat_buf;
|
sysFSStat stat_buf;
|
||||||
|
|
||||||
if (sysFsStat(path, &buf) < 0)
|
if (sysFsStat(path, &stat_buf) < 0)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (size)
|
if (size)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user