gpu_async: fix bogus idle read
authornotaz <notasas@gmail.com>
Sat, 17 Jan 2026 00:18:02 +0000 (02:18 +0200)
committernotaz <notasas@gmail.com>
Sun, 18 Jan 2026 01:15:38 +0000 (03:15 +0200)
plugins/gpulib/gpu_async.c

index 936a117..f986cb2 100644 (file)
@@ -67,8 +67,8 @@ struct psx_gpu_async
   uint32_t pos_used;
   uint32_t pos_target;
   enum waitmode wait_mode;
-  uint8_t exit;
-  uint8_t idle;
+  uint32_t idle;
+  uint32_t exit;
   sthread_t *thread;
   slock_t *lock;
   scond_t *cond_use;