Move NativeApp.h to Common/System, split into NativeApp.h and System.h

Buildfix
This commit is contained in:
Henrik Rydgård 2020-10-04 10:30:18 +02:00
parent b7edf75437
commit f01ba6dc84
80 changed files with 289 additions and 246 deletions

View file

@ -21,7 +21,7 @@
#include "ppsspp_config.h"
#include "Common/System/Display.h"
#include "base/NativeApp.h"
#include "Common/System/System.h"
#include "gfx/texture_atlas.h"
#include "gfx_es2/draw_buffer.h"
#include "ui/root.h"