PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==AppInit==
==Pcsx2App==


PCSX2 revolves around the class Pcsx2App which is defined in [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h].
PCSX2 revolves around the class Pcsx2App which is declared in [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h]. This is essentially an extension of the wxAppWithHelpers class. WxWidgets handles

Revision as of 16:36, 25 February 2015

Pcsx2App

PCSX2 revolves around the class Pcsx2App which is declared in App.h. This is essentially an extension of the wxAppWithHelpers class. WxWidgets handles