Filippo Scognamiglio
Filippo Scognamiglio
Version 1.9.0 brought save sync via Google Drive. Although technically different, which is a similar, albeit different feature. The main problem in implementing this is that cores, such as PPSSPP...
@anthonyajumelles both PPSSPP and RetroArch require full access to the sdcard, and once you have it you can do as you please. Now from Android 12, applications can no longer...
Thank you for reporting this. Are you able to reproduce the issue only with Pokemon Platinum or is the issue widespread with your setup?
Hi @tytydraco . I think it should be feasible, give it a go and feel free to let me know if there's any issue.
I'm able to reproduce the issue. I think the "fire" signal is not sent to the libretro core.
Hi @JustMeDaFaq . I've been able to reproduce a similar issue with flycast (which actually uses the depth buffer). Does removing this line fix the issue: https://github.com/Swordfish90/LibretroDroid/blob/c56ded975db1c5ace00e13027f520b198bde225d/libretrodroid/src/main/cpp/video.cpp#L182
Hi @JustMeDaFaq. I've recently refactored the code and I found an issue with how the depth buffer was passed to cores. Is this issue still reproducible on the latest master?
Yes, definitely. A valid consumerProguardFile should be provided. As a workaround, you can add this to your app proguard file. `-keep class com.swordfish.libretrodroid.** { *; }`
Hi @JustMeDaFaq , thank you for reporting this. I still haven't tried flycast in Lemuroid, so I've no idea what might be wrong. Just looking at the code it seems...
I actually tried dosbox-pure a few days ago and I managed to get it working with some hacks. GET_PERF_INTERFACE is optional and should be used for performance metering, but dosbox-pure...