PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

no edit summary
No edit summary
No edit summary
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:


<code>in [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/AppMain.cpp AppMain.cpp]</code>
'''in [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>


Line 13: Line 13:




<code>in [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h]</code>
'''in [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h]'''
<source lang=cpp>
<source lang=cpp>
class Pcsx2App : public wxAppWithHelpers{}
class Pcsx2App : public wxAppWithHelpers{}
ninja
782

edits