ppsspp/Core/FileLoaders
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
..
CachingFileLoader.cpp Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
CachingFileLoader.h Io: Join loading/manager threads more explicitly. 2019-09-28 11:18:42 -07:00
DiskCachingFileLoader.cpp Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652) 2022-07-06 23:59:47 +02:00
DiskCachingFileLoader.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
HTTPFileLoader.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
HTTPFileLoader.h It never ends... 2021-05-13 10:39:16 +02:00
LocalFileLoader.cpp Replace Win32 file IO with UWP safe variants and add support for getting drives to UWP build (#15652) 2022-07-06 23:59:47 +02:00
LocalFileLoader.h Add content URI support to LocalFileLoader, remove ContentUriFileLoader 2021-06-07 00:24:52 +02:00
RamCachingFileLoader.cpp Common: Capitalize setCurrentThreadName(). 2021-04-30 23:02:36 -07:00
RamCachingFileLoader.h Io: Join loading/manager threads more explicitly. 2019-09-28 11:18:42 -07: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