mirror of https://github.com/stenzek/duckstation
System: Add new 'Type 1B' fast boot
This saves approximately 2 seconds of boot time, as it no longer copies the shell from ROM to RAM. The actual byte reads only take in the order of 75ms, but because the BIOS executes the memcpy() out of uncached ROM, the repeated instruction fetches take it up to almost 2 seconds... It would be faster to read it from the CD-ROM...pull/3303/head
parent
d1eed89292
commit
a26c3e5620
Loading…
Reference in New Issue