mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update NativeApp.cpp
buildfix for ios jailbreak detection
This commit is contained in:
parent
4135996bdb
commit
12e168f486
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue