mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
PowerPC: Remove commented out PanicAlert
This commit is contained in:
@@ -561,8 +561,6 @@ void CheckBreakPoints()
|
||||
void UpdateFPRF(double dvalue)
|
||||
{
|
||||
FPSCR.FPRF = MathUtil::ClassifyDouble(dvalue);
|
||||
// if (FPSCR.FPRF == 0x11)
|
||||
// PanicAlert("QNAN alert");
|
||||
}
|
||||
|
||||
} // namespace PowerPC
|
||||
|
||||
Reference in New Issue
Block a user