mirror of
https://github.com/esuo1198/TaikoArcadeLoader.git
synced 2026-09-27 01:00:23 +03:00
Add update event
This commit is contained in:
@@ -123,6 +123,10 @@ u16 __fastcall bnusio_GetCoin (i32 a1) {
|
||||
touchCallback (0, 0, cardData, touchData);
|
||||
}
|
||||
}
|
||||
for (int i = 0; plugins[i] != 0; i++) {
|
||||
FARPROC updateEvent = GetProcAddress (plugins[i], "Update");
|
||||
if (updateEvent) ((event *)updateEvent) ();
|
||||
}
|
||||
if (attachCallback) attachCallback (0, 0, attachData);
|
||||
return coin_count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user