mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-02 06:35:18 +02:00
Always switch to resource dir to find Steam appid
This commit is contained in:
parent
8288476b26
commit
2c4f26c303
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ static int mainline(void) {
|
||||||
(!defined(MKXPZ_BUILD_XCODE) && defined(STEAM_APPID))
|
(!defined(MKXPZ_BUILD_XCODE) && defined(STEAM_APPID))
|
||||||
if (SteamAPI_RestartAppIfNecessary(STEAM_APPID))
|
if (SteamAPI_RestartAppIfNecessary(STEAM_APPID))
|
||||||
return 0;
|
return 0;
|
||||||
#elif defined(MKXPZ_BUILD_XCODE) && defined(MKXPZ_DEBUG)
|
#elif defined(MKXPZ_BUILD_XCODE)
|
||||||
chdir(appResourcePath().c_str());
|
chdir(appResourcePath().c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue