From 09a43268561c3206fd6e7929704d3825481a3fdb Mon Sep 17 00:00:00 2001 From: engineer124 Date: Sun, 7 Nov 2021 23:05:47 +1100 Subject: [PATCH] Add comment --- src/libultra/voice/voicegetreaddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libultra/voice/voicegetreaddata.c b/src/libultra/voice/voicegetreaddata.c index 0bba3bac0..c202ad27d 100644 --- a/src/libultra/voice/voicegetreaddata.c +++ b/src/libultra/voice/voicegetreaddata.c @@ -44,7 +44,7 @@ s32 osVoiceGetReadData(OSVoiceHandle* hd, OSVoiceData* result) { return 0xF; } - sp38[1] = 0x600; + sp38[0] = 0x600; // Not reading in correctly since 0x600 is out-of-range for u8 errorCode = __osVoiceContWrite4(hd->mq, hd->port, 0, sp38); if (errorCode != 0) { return errorCode;