Open RobLoach opened 6 months ago
Found that all paths are being prefixed with the gamedir
, which breaks all absolute paths.
char fullpath[PATH_MAX_LENGTH];
strlcpy(fullpath, settings.gamedir, sizeof(fullpath));
strlcat(fullpath, path, sizeof(fullpath));
Started work on a BIOS checker in Lutro: https://github.com/RobLoach/lutro-bioscheck
Found that while Lutro can get libretro's system directory, it doesn't have access to the files...
While
5200.rom
exists, it outputs false.