PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

No edit summary
Line 5: Line 5:


==Pcsx2App - the part we care about==
==Pcsx2App - the part we care about==
So where does Pcsx2App live? Well, the declarations are in the header file [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h] and the declarations are in a few different files. But let's take a look at [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/AppInit.cpp AppInit.cpp]
So where does Pcsx2App live? Well, the declarations are in the header file [https://github.com/PCSX2/pcsx2/blob/master/pcsx2/gui/App.h App.h] and the definitions are in a few different files. But let's first take a look at the header file.
<source lang=cpp>
 
</source>
ninja
782

edits