bsdf
bsdf
i made a proof-of-concept fluidsynth plugin a few years back that could be used as a basis for a production-ready plugin: https://github.com/bsdf/deadbeef-plugin-fmidi
same issue here: HW on linux with vulkan renderer. though it's not much, here's what's logged when the issue occurs: ``` [libretro INFO] Creating render pass. [libretro INFO] Creating render...
bisected to https://github.com/libretro/RetroArch/commit/84f558db0b445845e4d5b16e4c1a6e7a160b84eb and indeed setting `Settings > Frame Throttle > Fast-Forward Frameskip` to `false` fixes the issue.
+1 for this feature. one approach would be to replace `argparse` with [`configargparse`](https://github.com/bw2/ConfigArgParse), which claims to be a drop-in replacement. the library extends `argparse` to allow configuration settings to be...
> I am a bit concerned about downstream packagers going that route and shipping YACReader without providing proper rar4 support. This would reflect quite negatively on us as most comics...
tested against a few `.cbr`s snatched off the internet and rar4s identified as `a.cbr: RAR archive data, v4, os: Win32` work but the v4 solid archive i created, identified as...
@luisangelsm ready for review. README will be updated when i tackle any PR feedback
@luisangelsm apologies, this slipped my mind. i'll make the updates this weekend
@selmf updated the build config to add a branch for win32 and macx, but unfortunately i do not have a systems to test them on. please take a look and...
@luisangelsm thanks for getting this PR over the finish line and congrats on the release! major props to the maintainers making it super easy to swap out decompression backends, without...