Weiyi Wang
Weiyi Wang
btw when will be the next release? I want to ditch the ugly `time` stuff in my code :smile:
I think the problem here is that `dyn A+B` isn't a subset of `dyn A`. They are distinct types. This is different from trait bounds, where `T: A+B` is a...
The software renderer crash is due to invalid texture address, which might or might not be related (the game might just leave it invalid and doesn't use the texture. Our...
It seems that some old discussion on Discord didn't get logged here. So to summarize the current situation: I have two theories of how this happens: - these broken sprites...
What does this look like in software renderer with #3516?
Looks like unrelated to shadow map. I am unlabeling then...
For anyone wondering, I have already tried stubbing https://github.com/citra-emu/citra/blob/master/src/core/hle/shared_page.h#L53 with some non-zero values, but it didn't work. It seems that the app uses other method to detect the 3D slider....
could you provide a save near the issue point? and could you try disabling cpu jit to see whether it works?
Issue reproduced on my end. I also did a quick experiment: changed the language to English using pkhex and it bypassed the freeze. Looks like an language-dependent issue another round.
Could you try DSP LLE?