Implemented frontend inputs.

Fixed #66 and few other stuff.
This commit is contained in:
_AG 2019-07-02 13:59:19 +02:00
parent b2d1433392
commit 6c693e3bbf
25 changed files with 1387 additions and 126 deletions

View file

@ -50,3 +50,8 @@ void CControllerConfigManager::LoadSettings(int32 file)
}
}
}
WRAPPER void CControllerConfigManager::SaveSettings(int32 file)
{
EAXJMP(0x58B800);
}