mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix for iOS. Fixes #1220.
This commit is contained in:
parent
aa33c4efcc
commit
2b4ec12aa9
2 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
|||
|
||||
#include "../Globals.h"
|
||||
#include "GPUState.h"
|
||||
#include "Core/HLE/sceKernelThread.h"
|
||||
#include <list>
|
||||
|
||||
enum WaitType;
|
||||
class PointerWrap;
|
||||
|
||||
enum DisplayListStatus
|
||||
|
|
|
@ -41,7 +41,6 @@ namespace MainWindow {
|
|||
#include "ui/ui.h"
|
||||
#include "ui/ui_context.h"
|
||||
#include "ui_atlas.h"
|
||||
#include "util/random/rng.h"
|
||||
#include "util/text/utf8.h"
|
||||
#include "UIShader.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue