mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 13:24:01 +00:00
![twinaphex](/assets/img/avatar_default.png)
- only use filestream_exists immediately before filestream_delete or any other genuine filestream-related operations - when just checking if a path exists on the filesystem, just use path_is_valid - faster