Merge pull request #6599 from Cacodemon345/voodoo-fix-linux

Fix glitched texts on Linux Voodoo drivers
This commit is contained in:
Miran Grča
2025-12-21 20:56:59 +01:00
committed by GitHub
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];