ppsspp/Core/FileLoaders
Henrik Rydgård e01ca5b057
Logging API change (refactor) (#19324)
* Rename LogType to Log

* Explicitly use the Log:: enum when logging. Allows for autocomplete when editing.

* Mac/ARM64 buildfix

* Do the same with the hle result log macros

* Rename the log names to mixed case while at it.

* iOS buildfix

* Qt buildfix attempt, ARM32 buildfix
2024-07-14 14:42:59 +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 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 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