Henrik Rydgård
|
080798b5dd
|
Move out two more functions from Core.cpp. Clean up Windows includes
|
2024-12-08 12:12:02 +01:00 |
|
Henrik Rydgård
|
1f108a0e8c
|
Remove the java-side directory listing filtering, didn't work.
|
2024-11-30 02:44:01 +01:00 |
|
Henrik Rydgård
|
48bc04b7e1
|
Add a separate bool for I/O logging
|
2024-11-29 16:00:34 +01:00 |
|
Henrik Rydgård
|
720e0561b5
|
Improve logging in GetFilesInDir
|
2024-11-29 11:14:52 +01:00 |
|
Henrik Rydgård
|
edbc7afcc1
|
Add support for prefix filtering in directory listing.
|
2024-11-29 11:14:52 +01:00 |
|
Henrik Rydgård
|
3b463446ab
|
I/O: Add a (disabled) mode to artifically slow down I/O for debugging
|
2024-11-28 15:02:22 +01:00 |
|
Henrik Rydgård
|
0fc3e2b777
|
Add string_view support to more UTF functions
|
2024-01-12 14:03:02 +01:00 |
|
Henrik Rydgård
|
755648c997
|
Don't use std::move in dirlisting, see #18192
|
2023-09-22 10:09:10 +02:00 |
|
Bashar Astifan
|
9b0577351f
|
Review's changes, more fixes and better structure
|
2023-05-02 00:09:22 +04:00 |
|
Bashar Astifan
|
05776ee6af
|
Major update
|
2023-04-30 08:54:54 +04:00 |
|
Bashar Astifan
|
d0b6935592
|
UWP Improved Support
|
2023-04-28 23:22:17 +04:00 |
|
Henrik Rydgård
|
0251f33ec3
|
Don't use PPSSPP-specific stuff in Common/VR for now.
|
2022-10-17 23:13:43 +02:00 |
|
Unknown W. Brackets
|
8c1acc30e4
|
Savedata: Combine file info and dir listing calls.
|
2022-10-09 14:42:31 -07:00 |
|
Unknown W. Brackets
|
7b8350f8a8
|
Android: Differentiate empty dir from failure.
|
2022-10-09 14:42:31 -07:00 |
|
lainon
|
3cdf72b68b
|
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
|
2022-09-30 12:35:28 +03:00 |
|
Unknown W. Brackets
|
656576c283
|
Io: Correct access field on dir listings.
|
2022-07-13 23:40:38 -07:00 |
|
tunip3
|
42ae18eea5
|
Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652)
* replace, all win32 file io with their matching uwp safe variants
* add support for drive listing
* Delete NATIVEAPP.ipch
* Update .gitignore
* fix indentation
|
2022-07-06 23:59:47 +02:00 |
|
Henrik Rydgård
|
fcc0337576
|
Fix the Android recursive size computation and hook it up.
|
2021-09-11 18:12:30 +02:00 |
|
Henrik Rydgård
|
cd79a1d92f
|
Fix another GetFileInfo loop (GetFilesInDir now does return sizes)
|
2021-09-11 18:11:53 +02:00 |
|
Henrik Rydgård
|
96406364ca
|
Fix for new bug in GetDirListing, oops
|
2021-07-19 20:43:10 +02:00 |
|
Henrik Rydgård
|
0c765c2c28
|
Buildfix
|
2021-07-19 10:42:44 +02:00 |
|
Henrik Rydgård
|
7c3bc01268
|
Make GetFilesInDir fully-featured enough to use in DirectoryFileSystem
To later reduce code duplication in #14619
|
2021-07-19 10:31:48 +02:00 |
|
Henrik Rydgård
|
59e2d3556f
|
Sort file listings from Android Content URIs. May help #14607
|
2021-07-12 15:10:29 +02:00 |
|
Henrik Rydgård
|
a0bae1855f
|
Path browser: Move special handling of Windows root directory to GetFilesInDir.
|
2021-07-10 11:47:03 +02:00 |
|
Henrik Rydgård
|
9b32ea2f55
|
Split out AndroidStorage.cpp from android/jni/app-android.cpp, move to Common
|
2021-06-07 00:26:24 +02:00 |
|