mirror of
https://github.com/zeldaret/oot.git
synced 2025-04-08 23:56:26 +00:00
Make the rounding mode setting explicit in osInitialize (#2497)
This commit is contained in:
parent
65b317abc3
commit
7972967a8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue