ppsspp/Core/FileLoaders
Henrik Rydgård c91169e702 Restore removed <algorithm> includes.
Turns out these were needed after all. For some reason, on Windows and
Mac, <algorithm> gets auto-included by something else so I don't notice
when it's missing, and MSVC's include dependency tracker doesn't see it
either.
2024-12-19 09:53:07 +01:00
..
CachingFileLoader.cpp Restore removed <algorithm> includes. 2024-12-19 09:53:07 +01:00
CachingFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
DiskCachingFileLoader.cpp Restore removed <algorithm> includes. 2024-12-19 09:53:07 +01:00
DiskCachingFileLoader.h Global: Set many read-only params as const. 2022-12-10 21:13:36 -08:00
HTTPFileLoader.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPFileLoader.h Make some timeouts a bit more visible in the code. Some should be re-evaluated. 2024-01-24 09:50:26 +01:00
LocalFileLoader.cpp More include cleanup 2024-12-18 13:57:26 +01:00
LocalFileLoader.h aioemu 2023-02-15 17:21:45 +08:00
RamCachingFileLoader.cpp Restore removed <algorithm> includes. 2024-12-19 09:53:07 +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