mirror of
https://github.com/zeldaret/oot
synced 2026-06-17 07:07:57 -04:00
Match retail padmgr.c and sys_rumble.c (#1693)
* Match retail padmgr.c * Match retail sys_rumble.c * Poke jenkins
This commit is contained in:
@@ -147,5 +147,7 @@ void RumbleMgr_Init(RumbleMgr* rumbleMgr) {
|
||||
}
|
||||
|
||||
void RumbleMgr_Destroy(RumbleMgr* rumbleMgr) {
|
||||
#if OOT_DEBUG
|
||||
bzero(rumbleMgr, sizeof(RumbleMgr));
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user