From a34d456fccbb22480fa0492c6a45c80cc8aa077a Mon Sep 17 00:00:00 2001 From: StapleButter <thetotalworm@gmail.com> Date: Sat, 15 Dec 2018 13:33:44 +0100 Subject: GX: timing for command 0x50 is more like 325 cycles on average on hardware. (measured 319/325/331) fixes #297 --- src/GPU3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp index e12301a..7b72684 100644 --- a/src/GPU3D.cpp +++ b/src/GPU3D.cpp @@ -2143,7 +2143,7 @@ void ExecuteCommand() case 0x50: // flush FlushRequest = 1; FlushAttributes = ExecParams[0] & 0x3; - CycleCount = 392; + CycleCount = 325; // probably safe to just reset all pipelines // but needs checked VertexPipeline = 0; -- cgit v1.2.3