mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-15 21:19:47 +00:00
ba608d2b57
Prevent the CPU from getting too far ahead of the GPU by limiting pending flushes. This fixes graphical issues in games that rely on better CPU and GPU synchronization in the Scheduler, such as the flickering bug inside shrines in The Legend of Zelda: Tears of the Kingdom. This is enabled when the GPU is in Accurate mode. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4085 Reviewed-by: crueter <crueter@eden-emu.dev> Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>