Open SeventySixx opened 3 years ago
Just seen on docs.libretro.com that is due to the x86_64 dynarec not fully compatible, so no time to spend here at the moment
Any news on that matter ?
It's the remaining thing before completely replacing standalone for me.
The core is fantastic otherwise !
#3577 upstream has mostly fixed software rendering on 64-bit standalone builds, though AVX2 is still problematic.
Something to watch for at least.
Software renderer now working in upstream x64.
Just needs to be backported.
The software renderer actually doesn't work. After a quick analisys on the code, I found that the rendererSW seems to process the drawing of the first 3 frames, and then it stops. No log messages from the frontend, so it seems an issue related to the core, but I could be wrong on this. I don't have experiences in rendering techniques, sadly I have no idea how it can be fixed.