mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
EXCEPTION() macro usage, sceNpTrophy improved
This commit is contained in:
parent
6f1e76198a
commit
32d3d1fbe5
32 changed files with 477 additions and 609 deletions
|
@ -363,7 +363,7 @@ struct PPCdouble
|
|||
case _FPCLASS_PD: return FPR_PD;
|
||||
case _FPCLASS_PN: return FPR_PN;
|
||||
case _FPCLASS_PINF: return FPR_PINF;
|
||||
default: throw fmt::Format("PPCdouble::UpdateType() -> unknown fpclass (0x%04x).", fpc);
|
||||
default: throw EXCEPTION("Unknown fpclass (0x%04x)", fpc);
|
||||
}
|
||||
#else
|
||||
switch (fpc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue