ppsspp/Core/FileLoaders
Henrik Rydgård 59a56d66c7 Add a "reason" argument to sleep_ms().
sleep_ms() should generally be avoided when possible. This can be used to try
to track down unnecessary sleeps by adding some logging.

This commit on its own doesn't actually add any logging.
2024-11-21 15:28:51 +01:00
..
CachingFileLoader.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
CachingFileLoader.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
DiskCachingFileLoader.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02: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 Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
LocalFileLoader.h aioemu 2023-02-15 17:21:45 +08:00
RamCachingFileLoader.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +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