1
0
mirror of synced 2024-11-23 22:51:02 +01:00
This commit is contained in:
BroGamer 2022-12-07 03:28:01 +13:00
parent 4c04ca8f7c
commit 344b45b77b

View File

@ -134,3 +134,13 @@ PreInit () {
INSTALL_HOOK_DYNAMIC (qrVtable1, amHandle + 0x1BA00);
INSTALL_HOOK_DYNAMIC (qrReadFromCOM1, amHandle + 0x1BC20);
}
void
BeforeCard1Insert () {
memset (song_data, 0, song_data_size);
}
void
BeforeCard2Insert () {
memset (song_data, 0, song_data_size);
}