1
0
mirror of synced 2024-11-13 14:40:45 +01:00

- APM3: fix aleste files

This commit is contained in:
Poliwrath 2021-08-27 14:15:06 -04:00
parent a5333ae759
commit 374956c667

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");