ppsspp/Core/FileLoaders
Henrik Rydgård 4f43cff5ca
Move fileutil, net, image loaders, ui to Common. (#13506)
* Move and rename file_util/fd_util to Common/File/FileUtil and DirListing

Let's also move net while we're at it.

Move the ZIM/PNG loaders over to Common.

Move the UI framework into Common

iOS buildfix

* Buildfix

* Buildfixes

* Apple buildfix

* This typo again..

* UWP buildfix

* Fix build of PPSSPPQt, such as it is (it's not in good condition...)

* Guess what? Another buildfix.
2020-10-04 20:48:47 +02:00
..
CachingFileLoader.cpp Move threading utils from native to Common 2020-10-01 09:27:25 +02:00
CachingFileLoader.h Io: Join loading/manager threads more explicitly. 2019-09-28 11:18:42 -07:00
DiskCachingFileLoader.cpp Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
DiskCachingFileLoader.h Loaders: Refactor chaining to avoid dup code. 2018-12-27 10:32:47 -08:00
HTTPFileLoader.cpp Common.h shouldn't include Log.h. 2020-10-04 11:42:14 +02:00
HTTPFileLoader.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
LocalFileLoader.cpp Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
LocalFileLoader.h Android: Avoid pread64 for > 2GB offsets. 2018-04-08 08:14:07 -07:00
RamCachingFileLoader.cpp Move threading utils from native to Common 2020-10-01 09:27:25 +02: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