devmiyax / yabause

Yabause is a Sega Saturn emulator and took over as Yaba Sanshiro
http://www.uoyabause.org
GNU General Public License v2.0
214 stars 39 forks source link

[Yabause Standalone] BIOS search path not being included for including additional BIOS files when submitting a user provided path. #1003

Open Langerz82 opened 4 months ago

Langerz82 commented 4 months ago

Yabause Standalone Compiled Version: c7618d2ecbf77b1e8188fa8af4fa1cfb34833a72

BIOS search path not being included for including additional BIOS files when submitting a user provided path: BIOS="-b /storage/roms/bios/saturn_bios.bin"

For example addition bios files included here: /storage/roms/bios/mpr-17933.bin /storage/roms/bios/mpr-18811-mx.ic1 /storage/roms/bios/mpr-19367-mx.ic1 /storage/roms/bios/saturn_bios.bin /storage/roms/bios/sega_101.bin /storage/roms/bios/stvbios.zip

We would like if possible for the standalone to check for the additional files if needed in the same directory that the saturn_bios.bin file is included in.

Without it, Yabause generates a segfault.

Thanks guys and keep up the great work!! ^_^

See Emuelec Issue: https://github.com/EmuELEC/EmuELEC/issues/1350