mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
disabled some OSPanic messages
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@29 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2c6baf9abb
commit
35950043a6
@ -212,7 +212,8 @@ void psq_st(UGeckoInstruction inst)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Dodger uses this.
|
// Dodger uses this.
|
||||||
PanicAlert("st %i:%i", stType, inst.W);
|
// mario tennis
|
||||||
|
//PanicAlert("st %i:%i", stType, inst.W);
|
||||||
Default(inst);
|
Default(inst);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -311,7 +312,7 @@ void psq_l(UGeckoInstruction inst)
|
|||||||
// 4 0
|
// 4 0
|
||||||
// 6 0 //power tennis
|
// 6 0 //power tennis
|
||||||
// 5 0
|
// 5 0
|
||||||
PanicAlert("ld:%i %i", ldType, (int)inst.W);
|
//PanicAlert("ld:%i %i", ldType, (int)inst.W);
|
||||||
Default(inst);
|
Default(inst);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user