RetroArch/libretro-common/file
Vladimir Serbinenko 2f130a23e4
Allow loading files from archive subdirectory (#13443)
* 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
2022-01-11 13:59:38 +01:00
..
nbio wiiu: Add fastpath for already aligned buffers 2021-07-18 22:33:26 +10:00
archive_file_7z.c (7zip) Use normal stdint.h types that don't conflict with PowerPC 2021-08-07 01:43:08 +02:00
archive_file_zlib.c Prevent unnecessary extraction (to disk) of compressed content files + task_content.c clean-ups 2021-05-20 17:08:51 +01:00
archive_file.c Allow loading files from archive subdirectory (#13443) 2022-01-11 13:59:38 +01:00
config_file_userdata.c Add several LCD-effect video filters 2020-09-24 16:11:07 +01:00
config_file.c Fix config file appending and 'including' 2021-04-29 12:29:47 +01:00
file_path_io.c Refactors (#12057) 2021-02-21 11:09:11 +01:00
file_path.c Allow loading files from archive subdirectory (#13443) 2022-01-11 13:59:38 +01:00
retro_dirent.c Cleanups/comments 2020-07-07 05:58:07 +02:00