PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

No edit summary
Line 86: Line 86:


====SysExecutorThread====
====SysExecutorThread====
Handles the PCSX2 "Core" (Virtual Machine, GUI, etc)
Handles the PCSX2 "Core" (Virtual Machine, GUI, etc). Instance of ExecutorThread, which is a "proxy". It basically queues up jobs and then distributes them to a worker thread.


====SysMtgsThread====
====SysMtgsThread====
Handles the Graphics Synthesizer (GSdx or other plugins)
Handles the Graphics Synthesizer (GSdx or other plugins).
ninja
782

edits