Make the rounding mode setting explicit in osInitialize (#2497)

This commit is contained in:
Tharo
2025-03-27 04:24:30 +00:00
committed by GitHub
parent 65b317abc3
commit 7972967a8a
+1 -1
View File
@@ -55,7 +55,7 @@ void OSINITIALIZE_FUNC(void) {
__osFinalrom = true;
__osSetSR(__osGetSR() | SR_CU1);
__osSetFpcCsr(FPCSR_FS | FPCSR_EV);
__osSetFpcCsr(FPCSR_FS | FPCSR_EV | FPCSR_RM_RN);
#if LIBULTRA_VERSION >= LIBULTRA_VERSION_K
__osSetWatchLo(0x04900000);
#endif