mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-19 03:39:54 +00:00
Log unhandled case in FPSCR::checkSliceRounding().
This commit is contained in:
parent
2fdefc4fb5
commit
563aa2d2ca
@ -178,6 +178,10 @@ public:
|
||||
|
||||
case 1:
|
||||
return this->low >> 22 & 0x3;
|
||||
|
||||
default:
|
||||
ConLog.Error("Unexpected slice value in FPSCR::checkSliceRounding(): %d", slice);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user