PCSX2 Documentation/Threading Basics: Difference between revisions

Jump to navigation Jump to search
m (Ngng moved page Threading Basics to PCSX2 Documentation/Threading Basics without leaving a redirect)
No edit summary
Line 43: Line 43:


Thus, PCSX2 is coded exclusively using passive threading techniques. Any code submissions that use spin waits will need to be re-coded using proper thread signaling.
Thus, PCSX2 is coded exclusively using passive threading techniques. Any code submissions that use spin waits will need to be re-coded using proper thread signaling.
{{PCSX2 Documentation Navbox}}