Fix glitched texts on Linux Voodoo drivers

Also fix bad rectangle fills on Voodoo 2 if SLI is enabled
This commit is contained in:
Cacodemon345
2025-12-22 00:39:31 +06:00
parent e59bb4dc2e
commit 61ed89f297
3 changed files with 46 additions and 24 deletions

View File

@@ -667,6 +667,8 @@ typedef struct voodoo_t {
struct voodoo_set_t *set;
uint32_t launch_pending;
uint8_t fifo_thread_run;
uint8_t render_thread_run[4];