PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 4: Line 4:
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:
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:


 
*[https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/AppMain.cpp AppMain.cpp]
'''[https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/AppMain.cpp AppMain.cpp]'''
<source lang="cpp">IMPLEMENT_APP(Pcsx2App)</source>
<source lang="cpp">IMPLEMENT_APP(Pcsx2App)</source>


This macro tells the wxWidgets framework that we want to fire up Pcsx2App. Easy, right?
This macro tells the wxWidgets framework that we want to fire up Pcsx2App. Easy, right?
ninja
782

edits