ppsspp/Common/File
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
..
VFS Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AndroidContentURI.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AndroidContentURI.h Path: Use string_view more to avoid allocations 2023-11-13 23:24:42 +01:00
AndroidStorage.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AndroidStorage.h Android: Make use of the (spooky) fact that Android_RemoveFile deletes recursively. 2024-01-22 11:55:38 +01:00
DirListing.cpp Add string_view support to more UTF functions 2024-01-12 14:03:02 +01:00
DirListing.h Use a vector internally in VFS. 2023-03-06 16:42:50 +01:00
DiskFree.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
DiskFree.h Get the new setup flow going, with a confirmation dialog etc. 2021-08-04 23:22:43 +02:00
FileDescriptor.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
FileDescriptor.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
FileUtil.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
FileUtil.h Improve the file size check when reading text files 2024-01-25 12:34:19 +01:00
Path.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Path.h Comments, make locking more consistent in GameInfoCache 2024-01-19 14:56:29 +01:00
PathBrowser.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
PathBrowser.h Folder/file browser tweaks 2024-05-20 10:04:11 +02:00