mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Update NativeApp.cpp
buildfix for ios jailbreak detection
This commit is contained in:
parent
4135996bdb
commit
12e168f486
@ -75,6 +75,11 @@ ScreenManager *screenManager;
|
|||||||
std::string config_filename;
|
std::string config_filename;
|
||||||
std::string game_title;
|
std::string game_title;
|
||||||
|
|
||||||
|
#ifdef IOS
|
||||||
|
bool isJailed;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
recursive_mutex pendingMutex;
|
recursive_mutex pendingMutex;
|
||||||
static bool isMessagePending;
|
static bool isMessagePending;
|
||||||
static std::string pendingMessage;
|
static std::string pendingMessage;
|
||||||
|
Loading…
Reference in New Issue
Block a user