mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
PowerPC: Remove commented out PanicAlert
This commit is contained in:
parent
3dc3b0caa5
commit
ef6e747a68
1 changed files with 0 additions and 2 deletions
|
@ -561,8 +561,6 @@ void CheckBreakPoints()
|
||||||
void UpdateFPRF(double dvalue)
|
void UpdateFPRF(double dvalue)
|
||||||
{
|
{
|
||||||
FPSCR.FPRF = MathUtil::ClassifyDouble(dvalue);
|
FPSCR.FPRF = MathUtil::ClassifyDouble(dvalue);
|
||||||
// if (FPSCR.FPRF == 0x11)
|
|
||||||
// PanicAlert("QNAN alert");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace PowerPC
|
} // namespace PowerPC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue