mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Revert "Untested attempt at fixing the iOS build (see #6972)"
This reverts commit a84597f266
.
This commit is contained in:
parent
5e9d111c95
commit
de3975fc55
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "Core/Config.h"
|
||||
#include "UI/GameInfoCache.h"
|
||||
|
||||
#if defined(__SYMBIAN32__) || defined(IOS)
|
||||
#ifdef __SYMBIAN32__
|
||||
#define unique_ptr auto_ptr
|
||||
#endif
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
#include "Common/KeyMap.h"
|
||||
#endif
|
||||
|
||||
#if defined(__SYMBIAN32__) || defined(IOS)
|
||||
#ifdef __SYMBIAN32__
|
||||
#define unique_ptr auto_ptr
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue