PCSX2 Documentation: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
Line 11: Line 11:
==Excerpts from the Developer's Blog==
==Excerpts from the Developer's Blog==
Make yourself a hot cup of tea, and let's look into the history of PCSX2 development.
Make yourself a hot cup of tea, and let's look into the history of PCSX2 development.
*[[Virtual Memory]]: July '06
*[[Nightmare on Floating-Point Street]]: August '06
*[[Nightmare on Floating-Point Street]]: August '06
*[[Virtual Memory]]: July '06
*[[64-bit Recompilation]]: October '06
*[[64-bit Recompilation]]: October '06
*[[PCSX2 Optimization]]: January '07
*[[PCSX2 Optimization]]: January '07
*[[Graphics Synthesizer, GPUs and Dual Cores]]: August '07


==PCSX2 Developer's Guide==
==PCSX2 Developer's Guide==

Revision as of 00:53, 9 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

The first thing you will need to do is download and compile the PCSX2 source code...

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

Excerpts from the Developer's Blog

Make yourself a hot cup of tea, and let's look into the history of PCSX2 development.

PCSX2 Developer's Guide

Alright, excited yet? Read these before you get cracking.

PCSX2 Code Documentation

Now we get down to business. Here's a road map to the complex PCSX2 project.

Useful Reading

A list of helpful guides on C++, PS2 hardware, microprocessors, etc.