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.
This commit is contained in:
Henrik Rydgård
2020-10-04 20:48:47 +02:00
committed by GitHub
parent f82754e8b4
commit 4f43cff5ca
189 changed files with 1013 additions and 1098 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
#include "Common/System/System.h"
#include "gfx/texture_atlas.h"
#include "gfx_es2/draw_buffer.h"
#include "ui/ui_context.h"
#include "ui/view.h"
#include "Common/UI/Context.h"
#include "Common/UI/View.h"
#include "Common/Data/Color/RGBAUtil.h"
#include "Common/Data/Text/I18n.h"