GX: timing for command 0x50 is more like 325 cycles on average on hardware. (measured 319/325/331)

fixes #297
This commit is contained in:
StapleButter 2018-12-15 13:33:44 +01:00
parent 12c35093aa
commit a34d456fcc
1 changed files with 1 additions and 1 deletions

View File

@ -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;