SciresM / boot9strap

Boot9/Boot11 code execution.
GNU General Public License v3.0
944 stars 64 forks source link

Use latest sdmmc.c driver for faster boot times #28

Closed Nemris closed 2 years ago

Nemris commented 6 years ago

As stated by the fastboot3DS v1.1 stable changelog, [boot times] have been vastly improved thanks to the new SDMMC.c driver. I've tried to measure how effective this improvement really is, and the measurements show that Luma3DS boots in ~8.7s when using b9s, while taking ~8.2s with fb3DS.

Would it be possible to replace the current sdmmc.c driver used by b9s with this (apparently) faster variant?

TuxSH commented 5 years ago

I've observed a regression with it with luma.

Nemris commented 5 years ago

I'll leave the issue open just in case.

Nemris commented 2 years ago

Closing since the new commits indicate that you found an even better alternative. (Nice work.)