Fixed wrong types

This commit is contained in:
KiritoDv
2024-05-22 23:40:48 -06:00
committed by Sonic Dreamcaster
parent c01884f0c4
commit 3ca7b499ae
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void Jukebox_SelectWrap(u32* option, s32 range) {
*option = (*option + range) % range;
}
Jukebox_SelectClamp(s32* option, s32 range, s32 skip) {
void Jukebox_SelectClamp(s32* option, s32 range, s32 skip) {
OSContPad* contPress = &gControllerPress[gMainController];
OSContPad* contHold = &gControllerHold[gMainController];