From 29ea3c8ebc5c2d6deb9bb383969f1ef7a9cba25c Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Thu, 19 Feb 2009 10:50:18 +0000 Subject: [PATCH] Moved an MTGS log to help troubleshoot some kind of rare system hard-crash problem in MTGS, and removed an errant playground reference. :) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@534 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/MTGS.cpp | 4 +++- pcsx2/windows/ini.cpp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pcsx2/MTGS.cpp b/pcsx2/MTGS.cpp index 2c766be22..de3e9a0af 100644 --- a/pcsx2/MTGS.cpp +++ b/pcsx2/MTGS.cpp @@ -450,10 +450,12 @@ int mtgsThreadObject::Callback() GSsetBaseMem( m_gsMem ); m_returncode = GSopen((void *)&pDsp, "PCSX2", 1); + + Console::WriteLn( "MTGS > GSopen Finished, return code: 0x%x", params m_returncode ); + GSCSRr = 0x551B400F; // 0x55190000 m_post_InitDone.Post(); if (m_returncode != 0) { return m_returncode; } // error msg will be issued to the user by Plugins.c - Console::WriteLn("MTGS > GSopen Finished."); #ifdef RINGBUF_DEBUG_STACK PacketTagType prevCmd; diff --git a/pcsx2/windows/ini.cpp b/pcsx2/windows/ini.cpp index 9f7948c7a..b5032737a 100644 --- a/pcsx2/windows/ini.cpp +++ b/pcsx2/windows/ini.cpp @@ -288,7 +288,7 @@ bool LoadConfig() // Warn the user of a version mismatch. Msgbox::Alert( "Configuration versions do not match. Pcsx2 may be unstable.\n" - "If you experience problems, delete the pcsx2-pg.ini file from the ini dir." + "If you experience problems, delete the pcsx2.ini file from the ini dir." ); // save the new version -- gets rid of the warning on subsequent startups