mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 01:29:23 +00:00
Log unhandled case in FPSCR::checkSliceRounding().
This commit is contained in:
parent
2fdefc4fb5
commit
563aa2d2ca
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ public:
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
return this->low >> 22 & 0x3;
|
return this->low >> 22 & 0x3;
|
||||||
|
|
||||||
|
default:
|
||||||
|
ConLog.Error("Unexpected slice value in FPSCR::checkSliceRounding(): %d", slice);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue