ppsspp/Core/FileLoaders
Unknown W. Brackets a7b7bf7826 Global: Set many read-only params as const.
This makes what they do and which args to use clearer, if nothing else.
2022-12-10 21:13:36 -08:00
..
CachingFileLoader.cpp Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
CachingFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
DiskCachingFileLoader.cpp Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
DiskCachingFileLoader.h Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
HTTPFileLoader.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
HTTPFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
LocalFileLoader.cpp Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652) 2022-07-06 23:59:47 +02:00
LocalFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
RamCachingFileLoader.cpp Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
RamCachingFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
RetryingFileLoader.cpp Loaders: Refactor chaining to avoid dup code. 2018-12-27 10:32:47 -08:00
RetryingFileLoader.h Loaders: Refactor chaining to avoid dup code. 2018-12-27 10:32:47 -08:00