So, if you were using Linux, you would place your BIOS images in ~/.local/share/duckstation/bios. This directory will be created upon running DuckStation for the first time.If you wish to use a "portable" build, where the user directory is the same as where the executable is located, ...
@@ -166,6 +166,10 @@ bool BIOS::ImageInfo::CanSlowBootDisc(DiscRegion disc_region) const if (!region_check) return true; // Boot to BIOS for non-PS1 discs, e.g. audio. if (disc_region == DiscRegion::NonPS1) return true; switch (region) { case ConsoleRegion::NTSC_J: 4 chan...