nba-emu / NanoBoyAdvance

A cycle-accurate Nintendo Game Boy Advance emulator.
GNU General Public License v3.0
955 stars 53 forks source link

Boktai: Solar sensor is not working on current master #370

Closed raphaelr closed 3 months ago

raphaelr commented 3 months ago

Steps to reproduce:

  1. Load a Boktai ROM and start a new game
  2. Adjust the solar level using Config -> System -> Solar sensor level
  3. The "Current level:" label updates, but nothing changes in-game

core is null here: https://github.com/nba-emu/NanoBoyAdvance/blob/00110eac1946529c870ef3a9e75cf4b008cb7942/src/platform/qt/src/widget/main_window.cpp#L977-L983

fleroviux commented 3 months ago

Oh, that's a regression from a recent refactor. I should be able to push a fix tomorrow/later today.

fleroviux commented 3 months ago

@raphaelr this should be fixed now in the latest development build. Let me know if it's fixed for you. In that case I will release a minor version with the fix.

raphaelr commented 3 months ago

I tested it, and it works again. Thanks.