mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Test
This commit is contained in:
parent
5814517417
commit
ee621b7ac3
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ extern "C" s32 osContStartReadData(RDRAM_ARG PTR(OSMesgQueue) mq) {
|
|||
}
|
||||
|
||||
extern "C" s32 osContSetCh(RDRAM_ARG u8 ch) {
|
||||
max_controllers = (std::min)(ch, u8(MAXCONTROLLERS));
|
||||
max_controllers = std::min(ch, u8(MAXCONTROLLERS));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue