mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
3532ebada0
commit
29ea3c8ebc
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue