libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Make the BIOS error message a bit more clear #167

Closed bslenul closed 2 years ago

bslenul commented 2 years ago

A bit surprised by this, but it looks like some people literally named their BIOS folder "bios folder" after reading this error from the logs:

[libretro ERROR] Please provide required BIOS file in /path/to/retroarch/system/pcsx2/bios folder

so I've changed it a bit, should avoid any confusion now:

[libretro ERROR] Please provide required BIOS file in the following folder: '/path/to/retroarch/system/pcsx2/bios'

SeventySixx commented 2 years ago

lol, I can't belive it! 😄 Anyway, well done @bslenul ! 👍