PCSX2 Documentation/The PCSX2 Program Flow

From PCSX2 Wiki
Revision as of 17:02, 25 February 2015 by Krysto (talk | contribs)
Jump to navigation Jump to search

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: <source lang="cpp">IMPLEMENT_APP(Pcsx2App)</source> which can be found in AppMain.cpp. This macro tells the wxWidgets framework that Pcsx2App is the wxWidgets app that we want to fire up.