Unknown W. Brackets
Unknown W. Brackets
Currently we default to Vulkan on 8.1+, which includes this 9 device: https://github.com/hrydgard/ppsspp/blob/d7fa5928d4f7ff7d8b62d4619c987aa1808f5007/Core/Config.cpp#L584-L585 An adb logcat might be helpful in case it's some detectable error. We could force restart to...
Okay, so in both your cases you're on Android 8.1 or higher, where we default to Vulkan. However, using Vulkan results in an entirely black screen, even in the UI...
I think there's a decent chance we have fixed this with other recent changes. @mutoyoru can you try a recent git build? -[Unknown]
I think crashes on libretro are not new - possibly related to #10784. I think people have found certain audio or save state settings can affect it. One of the...
https://github.com/FFmpeg/FFmpeg/blob/2d764069be3b4092dc986467660607d922023332/libavcodec/atrac3plus.c#L1241 If you play the atrac3+ file in an audio player or ffplay or similar, does it log this error? I think the question is - is this an error...
Then it's probably one of these cases: * A bug in buffer management accounting (reading RAM not populated yet by the game from the file.) * An issue with reading...
Could you try exporting a GE frame dump? These help a lot. See here for instructions - it's not hard and works on Android too: https://github.com/hrydgard/ppsspp/wiki/How-to-create-a-frame-dump You can zip that...
Interesting about this draw is that it uses s8 pos / u8 tc. That's relatively uncommon. It also uses texscale, but I don't think that's the issue. The character (with...
That one is harder to avoid. See here for an explanation: https://forums.ppsspp.org/showthread.php?tid=13556 But it may be related. To fix the Easy Go game, we might have to add rounding that...
Software rendering still gets this one wrong (linking to #16131.) It now has lines on the right side (X.) Drawing goes from 371.9375 (rounded) to 467 for the body, then...