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:
parent
ca372ba0f2
commit
f13633ab74
|
@ -49,7 +49,7 @@ void HLE_OSReport()
|
||||||
u32 hackPC = PC;
|
u32 hackPC = PC;
|
||||||
PC = LR;
|
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());
|
LOGV(OSREPORT,0,"(PC=%08x) OSReport: %s", LR, ReportMessage.c_str());
|
||||||
|
|
||||||
PC = hackPC;
|
PC = hackPC;
|
||||||
|
@ -64,7 +64,7 @@ void HLE_vprintf()
|
||||||
u32 hackPC = PC;
|
u32 hackPC = PC;
|
||||||
PC = LR;
|
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());
|
LOG(OSREPORT,"(PC=%08x) VPrintf: %s", LR, ReportMessage.c_str());
|
||||||
|
|
||||||
PC = hackPC;
|
PC = hackPC;
|
||||||
|
@ -79,7 +79,7 @@ void HLE_printf()
|
||||||
u32 hackPC = PC;
|
u32 hackPC = PC;
|
||||||
PC = LR;
|
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());
|
LOG(OSREPORT,"(PC=%08x) Printf: %s ", LR, ReportMessage.c_str());
|
||||||
|
|
||||||
PC = hackPC;
|
PC = hackPC;
|
||||||
|
|
Loading…
Reference in New Issue