PCSX2 Documentation: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
Line 2: Line 2:


==Github and CMake==
==Github and CMake==
*[[Compiling on Windows]] ''Should be updated - We have since moved to Github''
*[[Compiling on Windows]] ''Update in progress''
*[[Compiling on Linux]]
*[[Compiling on Linux]]
*[[PCSX2 Build Scripts]]
*[[PCSX2 Build Scripts]]

Revision as of 14:52, 17 January 2015

This page is an attempt to clearly document the PCSX2 code, to make life easier for those who wish to join the project. I beg any PCSX2 developers to please populate this guide as much as possible.

Github and CMake

Contributing Guidelines

The wxWidgets Framework

The first thing to understand about PCSX2 is that it is powered by wxWidgets. wxWidgets is a GUI framework, which means it follows the hollywood principle (Don't call us, we'll call you!). That means that wxWidgets is in charge of the general program flow and threading of PCSX2.

General Threading

PCSX2 Core

Graphics Synthesizer & GSdx

SPU and Sound

Language and Translation