ppsspp/Core/FileLoaders
Henrik Rydgård ecea3844b0 Improved progress bar popups for downloads
Now shows the filename, and also there's a delay mode where they'll only
be visible if the download takes more than a second, plus they can be
named.
2023-07-18 15:13:44 +02: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 Improved progress bar popups for downloads 2023-07-18 15:13:44 +02:00
LocalFileLoader.cpp aioemu 2023-02-15 17:21:45 +08:00
LocalFileLoader.h aioemu 2023-02-15 17:21:45 +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