mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
iOS buildfix
This commit is contained in:
parent
7ba8f684a0
commit
6ea8af2939
2 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
|||
#include "Common/System/System.h"
|
||||
#include "Common/System/NativeApp.h"
|
||||
#include "Common/TimeUtil.h"
|
||||
#include "Common/VFS/VFS.h"
|
||||
#include "Common/VFS/AssetReader.h"
|
||||
#include "Common/File/VFS/VFS.h"
|
||||
#include "Common/File/VFS/AssetReader.h"
|
||||
#include "Common/Input/InputState.h"
|
||||
#include "net/resolve.h"
|
||||
#include "ui/screen.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "Common/System/Display.h"
|
||||
#include "Common/System/System.h"
|
||||
#include "Common/System/NativeApp.h"
|
||||
#include "Common/VFS/VFS.h"
|
||||
#include "Common/File/VFS/VFS.h"
|
||||
#include "Common/Log.h"
|
||||
#include "Common/TimeUtil.h"
|
||||
#include "Common/Input/InputState.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue