disabled code that i have submitted by accident

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2457 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2009-02-28 00:03:29 +00:00
parent ca372ba0f2
commit f13633ab74
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ void HLE_OSReport()
u32 hackPC = PC;
PC = LR;
PanicAlert("(PC=%08x) OSReport: %s", LR, ReportMessage.c_str());
// PanicAlert("(PC=%08x) OSReport: %s", LR, ReportMessage.c_str());
LOGV(OSREPORT,0,"(PC=%08x) OSReport: %s", LR, ReportMessage.c_str());
PC = hackPC;
@ -64,7 +64,7 @@ void HLE_vprintf()
u32 hackPC = PC;
PC = LR;
PanicAlert("(PC=%08x) VPrintf: %s", LR, ReportMessage.c_str());
// PanicAlert("(PC=%08x) VPrintf: %s", LR, ReportMessage.c_str());
LOG(OSREPORT,"(PC=%08x) VPrintf: %s", LR, ReportMessage.c_str());
PC = hackPC;
@ -79,7 +79,7 @@ void HLE_printf()
u32 hackPC = PC;
PC = LR;
PanicAlert("(PC=%08x) Printf: %s ", LR, ReportMessage.c_str());
// PanicAlert("(PC=%08x) Printf: %s ", LR, ReportMessage.c_str());
LOG(OSREPORT,"(PC=%08x) Printf: %s ", LR, ReportMessage.c_str());
PC = hackPC;