ppsspp/Core/FileLoaders
Henrik Rydgård b56eef487c Strict mode checking - no way to forget detaching now.
And if we forget to attach, boom. Hopefully I caught all of them.
2023-01-05 08:38:52 +01:00
..
CachingFileLoader.cpp Strict mode checking - no way to forget detaching now. 2023-01-05 08:38:52 +01: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 Strict mode checking - no way to forget detaching now. 2023-01-05 08:38:52 +01: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