libretro / LRPS2

GNU General Public License v2.0
165 stars 48 forks source link

Fixed problem of crashes on nvm/mec creation with fastboot enabled #164

Closed SeventySixx closed 3 years ago

SeventySixx commented 3 years ago

Fixed the problem (issue #163 ) forcing the user to enter the bios "first run" configurator also when fastboot is enabled.

This is done by checking if nvm exists, if not it bypass the fastboot setting and enters the bios config, creating nvm and mec file. From next boot fast boot is applied again.

This pr solves also a bios path problem on the language injector, introduced by #155