1
0
mirror of synced 2025-02-21 20:59:31 +01:00

Merge pull request #154 from teknogods/aleste-new

APM3: fix aleste path
This commit is contained in:
Poliwrath 2021-08-27 16:34:07 -04:00 committed by GitHub
commit 84f2202dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,9 +388,9 @@ DWORD_PTR CALLPLEB NetworkProperty_getAddressValue()
return NetworkProperty_getAddressValueReturnValue;
}
static char* gameDir = ".\\";
static wchar_t* gameDir = L".\\";
char *CALLPLEB System_getAppRootPath()
wchar_t *CALLPLEB System_getAppRootPath()
{
#ifdef _LOGAPM3
info(true, "System_getAppRootPath");