notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae25d0
)
gpu_async: fix bogus idle read
author
notaz
<notasas@gmail.com>
Sat, 17 Jan 2026 00:18:02 +0000
(
02:18
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 18 Jan 2026 01:15:38 +0000
(
03:15
+0200)
plugins/gpulib/gpu_async.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpulib/gpu_async.c
b/plugins/gpulib/gpu_async.c
index
936a117
..
f986cb2
100644
(file)
--- a/
plugins/gpulib/gpu_async.c
+++ b/
plugins/gpulib/gpu_async.c
@@
-67,8
+67,8
@@
struct psx_gpu_async
uint32_t pos_used;
uint32_t pos_target;
enum waitmode wait_mode;
- uint
8_t exit
;
- uint
8_t idle
;
+ uint
32_t idle
;
+ uint
32_t exit
;
sthread_t *thread;
slock_t *lock;
scond_t *cond_use;