PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
==Pcsx2App==
==AppMain.cpp - this is where the fun begins!==
 
There is a lot that happens under the hood with wxWidgets. We don't need to worry about that. All we need to worry about is this this line of code here:
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
<source lang="cpp">IMPLEMENT_APP(Pcsx2App)</code>
ninja
782

edits