PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 26: Line 26:
Console.WriteLn("Interface is initializing.  Entering Pcsx2App::OnInit!");
Console.WriteLn("Interface is initializing.  Entering Pcsx2App::OnInit!");
</source>
</source>
*Here we enable logging to the pcsx2 frame, and write some messages in it.
Here we enable logging to the pcsx2 frame, and write some messages in it.
 
<source lang="cpp">
InitCPUTicks();
</source>
Misc. windows performance benchmarking, defined [https://github.com/PCSX2/pcsx2/blob/e726f82344fa4e8c2e9d7be99364dbac35429499/common/src/Utilities/Windows/WinMisc.cpp here].


==WxWidgets Frames==
==WxWidgets Frames==
ninja
782

edits