PCSX2 Documentation: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


==Introduction for Developers==
==Introduction for Developers==
This is an introduction to the overall program flow and organization.
Before you get scared away, this is an introduction to the overall program flow and organization.
*[[Introduction for Developers]]
*[[Introduction for Developers]]



Revision as of 19:49, 8 January 2015

This page is an attempt to clearly document the workings of 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.

Introduction for Developers

Before you get scared away, this is an introduction to the overall program flow and organization.

Excerpts from the Developer's Blog

A look into the history of PCSX2 development.

PCSX2 Developer's Guide

Read these before you get cracking.

PCSX2 Code Documentation

A road map to the complex PCSX2 project.

Useful Reading