diff options
Diffstat (limited to 'src/audio/audio_thread.c')
| -rw-r--r-- | src/audio/audio_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/audio_thread.c b/src/audio/audio_thread.c index 1bd9b1e9..c9074071 100644 --- a/src/audio/audio_thread.c +++ b/src/audio/audio_thread.c @@ -471,7 +471,7 @@ u8* AudioThread_GetFontsForSequence(s32 seqId, u32* outNumFonts) { bool AudioThread_ResetComplete(void) { s32 pad; - OSMesg sp18; + OSMesg sp18 = { 0 }; if (!MQ_GET_MESG(gAudioResetQueue, &sp18)) { return false; |
