DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
624 stars 35 forks source link

.bso settings not loaded in windows core #89

Open rafma0 opened 3 years ago

rafma0 commented 3 years ago

I'm using Retroarch 1.9.5 + bsnes-hd beta (10.6) and I have my files like this

D:\Emulation\Snes\roms
- smw-widescreen.bps
- smw-widescreen.bso
- smw-widescreen.sfc

I load the core, then the .sfc. The patch is applied but the settings from .bso are not loaded

Am I missing something obvious? :x Thank you 😄

DerKoun commented 3 years ago

I found that BSOs in the RetroArch core still have issues I need to fix. Until the next release I recommend using the standalone version.

VideogameScrapbook commented 2 years ago

I noticed the same issue and logged an issue for the SMW patch: https://github.com/VitorVilela7/wide-snes/issues/31

bslenul commented 2 years ago

Messed a bit with this today, I'd say it works mostly* as intended, it would be a bad idea IMO if a .bso would change the core options directly, because it would be saved globally for the whole core on exit.

* I said "mostly" because the screen is "squished" vertically with the .bso:

image

Compared to what it looks like without the .bso but with the corresponding core options:

image

^ That's with the widescreen PAR .bso/core options btw, haven't tried the other ones.