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

@ -15,7 +15,6 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "base/NativeApp.h"
#include "ext/xxhash.h"
#include "ui/ui.h"
@ -23,6 +22,7 @@
#include "Common/Data/Encoding/Utf8.h"
#include "Common/FileUtil.h"
#include "Common/StringUtils.h"
#include "Common/System/System.h"
#include "Core/Core.h"
#include "Core/Config.h"
#include "Core/CwCheat.h"