Always switch to resource dir to find Steam appid

This commit is contained in:
Struma 2021-09-30 22:15:17 -04:00 committed by Roza
parent 8288476b26
commit 2c4f26c303

View file

@ -662,7 +662,7 @@ static int mainline(void) {
(!defined(MKXPZ_BUILD_XCODE) && defined(STEAM_APPID))
if (SteamAPI_RestartAppIfNecessary(STEAM_APPID))
return 0;
#elif defined(MKXPZ_BUILD_XCODE) && defined(MKXPZ_DEBUG)
#elif defined(MKXPZ_BUILD_XCODE)
chdir(appResourcePath().c_str());
#endif