PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 12: Line 12:
Next, Let's take a look at this code here.
Next, Let's take a look at this code here.


----
<source lang=cpp>
<source lang=cpp>
class Pcsx2App : public wxAppWithHelpers{}
class Pcsx2App : public wxAppWithHelpers{}
</source>
</source>
...from [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h]
*from [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h]
----
----


ninja
782

edits