Improved WiiVC check to avoid false positives & added functions to read and manipulate fcr31 (#669)

* Added functions to access and manipulate the fcr31 register

* Improved WiiVC emulator check to avoid false positives

* Updated comments

* Moved float.h to include directory
This commit is contained in:
Matt Pharoah
2023-09-22 13:05:53 -04:00
committed by GitHub
parent 42cbaed631
commit 3a312e101c
4 changed files with 137 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ SECTIONS
#endif
KEEP(BUILD_DIR/asm/pj64_get_count_factor_asm.o(.text*));
KEEP(BUILD_DIR/asm/round.o(.text*));
KEEP(BUILD_DIR/asm/fcr31.o(.text*));
BUILD_DIR/src/boot*.o(.text*);
BUILD_DIR/src/hvqm*.o(.text*);