From 4e2d2885bc21618f6dd0301c7389164c1bbc1fc1 Mon Sep 17 00:00:00 2001 From: cadmic Date: Fri, 2 Feb 2024 09:25:44 -0800 Subject: Match retail padmgr.c and sys_rumble.c (#1693) * Match retail padmgr.c * Match retail sys_rumble.c * Poke jenkins --- src/code/sys_rumble.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/code/sys_rumble.c') diff --git a/src/code/sys_rumble.c b/src/code/sys_rumble.c index 8991f26cb..fdb204af5 100644 --- a/src/code/sys_rumble.c +++ b/src/code/sys_rumble.c @@ -147,5 +147,7 @@ void RumbleMgr_Init(RumbleMgr* rumbleMgr) { } void RumbleMgr_Destroy(RumbleMgr* rumbleMgr) { +#if OOT_DEBUG bzero(rumbleMgr, sizeof(RumbleMgr)); +#endif } -- cgit v1.2.3