libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
38 stars 60 forks source link

Core options are missing in recent builds on 64-bit Windows #179

Closed haojiezhu closed 2 years ago

haojiezhu commented 2 years ago

It seems core options are completely missing now on Windows with recent builds of core file (tested nightly on buildbot and the one inside RetroArch 1.9.10 core packages). Android version doesn't seem to be affected.

picodrive_new

Even if I manually edit "RetroArch\config\PicoDrive.opt" file, the core won't read it at all and is stuck with default settings (tested this by changing "picodrive_input1" to "6 button pad" and controls in "Super Street Fighter II: The New Challenger" still only have 3 buttons). The version from RetroArch 1.9.9 core packages (https://buildbot.libretro.com/stable/1.9.9/windows/x86_64/RetroArch_cores.7z) doesn't have this problem.

picodrive_old

Update: Did more tests. 32-bit Windows version wasn't affected either.

stuken commented 2 years ago

Just submitted a pull request that should fix things. #180