Merge pull request #154 from teknogods/aleste-new
APM3: fix aleste path
This commit is contained in:
commit
84f2202dcc
@ -388,9 +388,9 @@ DWORD_PTR CALLPLEB NetworkProperty_getAddressValue()
|
|||||||
return NetworkProperty_getAddressValueReturnValue;
|
return NetworkProperty_getAddressValueReturnValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
static char* gameDir = ".\\";
|
static wchar_t* gameDir = L".\\";
|
||||||
|
|
||||||
char *CALLPLEB System_getAppRootPath()
|
wchar_t *CALLPLEB System_getAppRootPath()
|
||||||
{
|
{
|
||||||
#ifdef _LOGAPM3
|
#ifdef _LOGAPM3
|
||||||
info(true, "System_getAppRootPath");
|
info(true, "System_getAppRootPath");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user