mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
sys_interrupt...
This commit is contained in:
parent
fe26db4d36
commit
68f0393cf3
6 changed files with 116 additions and 103 deletions
|
|
@ -973,6 +973,9 @@ void fmt_class_string<CellError>::format(std::string& out, u64 arg)
|
|||
STR_CASE(CELL_EOVERFLOW);
|
||||
STR_CASE(CELL_ENOTMOUNTED);
|
||||
STR_CASE(CELL_ENOTSDATA);
|
||||
STR_CASE(CELL_ESDKVER);
|
||||
STR_CASE(CELL_ENOLICDISC);
|
||||
STR_CASE(CELL_ENOLICENT);
|
||||
}
|
||||
|
||||
return unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue