ppsspp/Common/File
Henrik Rydgård 0a9e463383 pspautotests runner (headless): Add ability to specify a directory to recurse
Also add the ability to ignore individual tests.

This is very useful during development for convenient multi-test runs
from within Visual Studio.

Example command line:

```
 --root pspautotests/tests/../ -o --compare --timeout=30 --graphics=software pspautotests/tests/audio/atrac/... --ignore pspautotests/tests/audio/atrac/second/resetting.prx --ignore pspautotests/tests/audio/atrac/replay.prx
```
2025-01-05 10:22:50 +01:00
..
VFS Remove some unnecessary <algorithm> includes. 2024-12-18 17:04:27 +01:00
AndroidContentURI.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
AndroidContentURI.h More InstallZip refactoring, add options for install directory where applicable 2024-09-10 13:55:12 +02:00
AndroidStorage.cpp Minor FS logging 2024-12-29 09:31:50 +01:00
AndroidStorage.h Add support for prefix filtering in directory listing. 2024-11-29 11:14:52 +01:00
DirListing.cpp Remove some unnecessary <algorithm> includes. 2024-12-18 17:04:27 +01:00
DirListing.h pspautotests runner (headless): Add ability to specify a directory to recurse 2025-01-05 10:22:50 +01:00
DiskFree.cpp Move out two more functions from Core.cpp. Clean up Windows includes 2024-12-08 12:12:02 +01:00
DiskFree.h MetaFileSystem: Clean up unused function 2024-11-29 14:13:56 +01: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 Move out two more functions from Core.cpp. Clean up Windows includes 2024-12-08 12:12:02 +01:00
FileUtil.h More InstallZip refactoring, add options for install directory where applicable 2024-09-10 13:55:12 +02:00
Path.cpp Check file systems for case sensitivity. Avoid running un-needed workarounds. 2025-01-02 18:50:55 +01:00
Path.h Check file systems for case sensitivity. Avoid running un-needed workarounds. 2025-01-02 18:50:55 +01:00
PathBrowser.cpp Remove some unnecessary <algorithm> includes. 2024-12-18 17:04:27 +01:00
PathBrowser.h First part of the const changes etc 2024-09-17 15:13:13 +02:00