From ea4a16e7665cf6b4a68f5c017b346547d6455470 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 15 Sep 2011 01:33:57 +0300 Subject: add fixed frameskip option --- plugins/gpu_neon/gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gpu_neon/gpu.h') diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index a0cdbf7..04f69ab 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -71,7 +71,7 @@ struct psx_gpu { } last_list; } state; struct { - uint32_t enabled:1; + int32_t set:3; /* -1 auto, 0 off, 1 fixed */ uint32_t active:1; uint32_t frame_ready:1; uint32_t skipped_blits:5; -- cgit v1.2.3