mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +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 game_title;
|
||||
|
||||
#ifdef IOS
|
||||
bool isJailed;
|
||||
#endif
|
||||
|
||||
|
||||
recursive_mutex pendingMutex;
|
||||
static bool isMessagePending;
|
||||
static std::string pendingMessage;
|
||||
|
Loading…
Reference in New Issue
Block a user