mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
error_code implemented
Reports based on formatting system ppu_error_code removed arm_error_code removed
This commit is contained in:
parent
1c33c012ad
commit
ad174eb12c
35 changed files with 984 additions and 1023 deletions
|
@ -3196,7 +3196,7 @@ s32 cellSpursEventFlagGetTasksetAddress(vm::ptr<CellSpursEventFlag> eventFlag, v
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
static inline s32 SyncErrorToSpursError(const ppu_error_code& res)
|
||||
static inline s32 SyncErrorToSpursError(const error_code& res)
|
||||
{
|
||||
return res.value < 0 ? 0x80410900 | (res.value & 0xff) : res.value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue