PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 19: Line 19:


In addition to Application classes, there are also Frame classes. So when we call the OpenMainFrame function, what happens? Take a look at this code:
In addition to Application classes, there are also Frame classes. So when we call the OpenMainFrame function, what happens? Take a look at this code:
----
 
'''/pcsx2/gui/AppInit.cpp'''
'''/pcsx2/gui/AppInit.cpp'''
<source lang="cpp">
<source lang="cpp">
ninja
782

edits