Update NativeApp.cpp

buildfix for ios jailbreak detection
This commit is contained in:
mgaver 2013-04-24 17:43:00 +09:00
parent 4135996bdb
commit 12e168f486

View File

@ -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;