PCSX2 Documentation/The PCSX2 Program Flow: Difference between revisions

Line 23: Line 23:
bool Pcsx2App::OnInit()
bool Pcsx2App::OnInit()
{
{
/* Enable logging, and write some stuff to the PCSX2 console.
 
*/
// Enable logging, and write some stuff to the PCSX2 console.
 
EnableAllLogging();
EnableAllLogging();
Console.WriteLn("Interface is initializing.  Entering Pcsx2App::OnInit!");
Console.WriteLn("Interface is initializing.  Entering Pcsx2App::OnInit!");
ninja
782

edits