So, a little background into how this works. Originally, when a game drew something on the screen, PCSX would wait for it to finish before doing anything else. With threaded rendering "sync," PCSX would keep doing things, and would only wait for it to finish when it needed to display something...