Add comment

This commit is contained in:
engineer124
2021-11-07 23:05:47 +11:00
parent 11a86e2246
commit 09a4326856
+1 -1
View File
@@ -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;