mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-28 09:45:02 +02:00
Multi-threaded rendering is good for smoothing out performance spikes and increasing performance on low-power devices. However, the way we use it it doesn't benefit latency (input lag) at all, rather the opposite. So make it an option.