Files
ppsspp/GPU/Software
Unknown W. Brackets 3134bd1ff9 softgpu: Cleanup push/pop atomic handling.
Two concurrent push/pops would hazard, though we don't do that.
This improves perf a bit by avoiding an atomic read again.
2022-01-15 00:02:31 -08:00
..
2022-01-14 20:52:20 -08:00
2022-01-03 06:45:10 -08:00
2022-01-03 06:45:10 -08:00

To get to 100% compatibility, we will need a software renderer as there are games out there that do tricks
that can't really be faked in a sensible way. Useful for homebrew too that mix sw and accel rendering.