RSX280
RSX280 copied to clipboard
idle halt not called most of the time
The previous changeset to drop into ei/halt doesn't reach this code path as much as it should. The test for checkpoint jumps back to the top of the loop when idle, rather than flowing down into the ei/halt path. This patch does the direct jump back unless the idle halt option is present. idle2.txt