1
0
mirror of synced 2024-11-14 23:07:36 +01:00

DOA6 boots

DOA6 boots
This commit is contained in:
Nico Giansanti 2021-08-18 23:42:20 +03:00
parent 426039f8c4
commit 7c68bcac08
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ char __fastcall Input_setGamepadConfig(__int64 a1)
return Input_setGamepadConfigReturnValue; return Input_setGamepadConfigReturnValue;
} }
void** NetworkProperty_getAddressString() char* NetworkProperty_getAddressString()
{ {
#ifdef _DEBUG #ifdef _DEBUG
info(true, "NetworkProperty_getAddressString"); info(true, "NetworkProperty_getAddressString");

View File

@ -68,7 +68,7 @@ static __int64 Input_isOpenPewviewWindowReturnValue = 0;
static char Input_setGamepadConfigReturnValue = 0; static char Input_setGamepadConfigReturnValue = 0;
static void** NetworkProperty_getAddressStringReturnValue = nullptr; static char *NetworkProperty_getAddressStringReturnValue = "192.168.0.1";
static __int64 NetworkProperty_getAddressValueReturnValue = 0; static __int64 NetworkProperty_getAddressValueReturnValue = 0;