sm64
sm64 copied to clipboard
NDS Speed Boost
I made a few small changes to boost the speed a bit. Used some NDS BIOS Math and Hardware accelerated Math where I found possible and optimized with O3 instead of O2.
I did not think about preserving the N64 build my apologies. As for replacing count with 4 it seems that swiFastCopy calculates size differently than memcpy. I will start adding the ifdefs in a bit.
Maybe you can fix ingame dialogs fonts too? It will be great!
BTW the optimization flag -Ofast is better than -O3 in some cases (I have also tested it and as far as I can tell there is no downside to doing so)