mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
2f130a23e4
* Allow loading files from archive subdirectory Common example is "games.7z#game1/version1.ext" current code assumes that everything that is before last slash is part of filesystem directory which is false in this case. * Fix listing of archive subdirectories Currently file_archive_get_file_list_cb returns 0 on skipped entries. It's wrong as calling convention for it is "0 means to stop iterating". So on first extensionless file or an explicitly listed directory further listing has stopped |
||
---|---|---|
.. | ||
nbio | ||
archive_file_7z.c | ||
archive_file_zlib.c | ||
archive_file.c | ||
config_file_userdata.c | ||
config_file.c | ||
file_path_io.c | ||
file_path.c | ||
retro_dirent.c |