Open fox140cv opened 3 years ago
I don't know about the various bsnes-based cores libretro has used in the past, but as of right now the current libretro core has a commented-out call to apply a soft-patch:
The equivalent code in the standalone bsnes UI tries soft-patching both IPS and BPS:
Uncommenting the call in the libretro target won't work, since the applyPatchIPS
function only exists in the standalone UI right now - I assume that commented-out call is leftover from when the libretro core was created. It may be as easy as copying the applyPatchIPS
and applyPatchBPS
functions across and calling them in the right place.. or maybe it's more complex than that. Either way, this should probably be done sooner or later.
Is it possible to add this function again ?, shortly after Byuu left the project the soft patch stopped working in the libretro core.