diff options
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r-- | plugins/gpu_neon/gpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 8ad71c2..3b3e1de 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -74,7 +74,8 @@ struct psx_gpu { } last_list; } state; struct { - int32_t set:3; /* -1 auto, 0 off, 1 fixed */ + int32_t set:3; /* -1 auto, 0 off, 1-3 fixed */ + int32_t cnt:3; /* amount skipped in a row */ uint32_t active:1; uint32_t allow:1; uint32_t frame_ready:1; |