sm64 icon indicating copy to clipboard operation
sm64 copied to clipboard

NDS Speed Boost

Open RetroGamer02 opened this issue 2 years ago • 3 comments

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.

RetroGamer02 avatar Nov 06 '22 05:11 RetroGamer02

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.

RetroGamer02 avatar Nov 06 '22 20:11 RetroGamer02

Maybe you can fix ingame dialogs fonts too? It will be great!

1upus avatar Feb 17 '23 18:02 1upus

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)

riolubruh avatar Feb 26 '23 20:02 riolubruh