[saco] Implement/match UpdatePads()

This commit is contained in:
RD42 2024-07-28 23:04:12 +08:00
parent 45fc56b5ed
commit 7cc348d2c4

View File

@ -173,6 +173,12 @@ void DIResetMouse()
_asm call edx
}
void UpdatePads()
{
_asm mov edx, 0x541DD0
_asm call edx
}
void CGame::InitGame()
{
// Create a buffer for game text.