I need help as I don’t understand how to send a value from libretro.cpp to mednafen settings.
I added this new parameter in mednafen settings. Changing int setting_pce_hoverscan = 0; to 1 works. I can see the overscan being displayed in-game.
Then in libretro.cpp I have no idea, everything I try fail. It probably needs a line here and something else?
edit: that’s OK I omitted that settings.h file declaration.