OSX support

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1529 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2017-10-30 04:26:31 +00:00
parent 0aa86ebc75
commit 73ca107000
9 changed files with 486 additions and 50 deletions

View file

@ -184,8 +184,8 @@ App::App()
m_bDidPostInit = false;
m_bHasDMODSupport = true;
//for mobiles
m_version = 1.89f;
m_versionString = "V1.89";
m_version = 1.90f;
m_versionString = "V1.90";
m_build = 1;
m_bCheatsEnabled = false;
@ -226,7 +226,7 @@ bool App::GetForceAspectRatio()
bool App::UseClassicEscapeMenu()
{
if (GetEmulatedPlatformID() == PLATFORM_ID_WINDOWS)
if (IsDesktop())
{
return true;
}