mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
HLE: Add some constants
This commit is contained in:
parent
54fd224fd8
commit
c65b7d0aea
4 changed files with 64 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ void fmt_class_string<CellCameraError>::format(std::string& out, u64 arg)
|
|||
STR_CASE(CELL_CAMERA_ERROR_RESOLUTION_UNKNOWN);
|
||||
STR_CASE(CELL_CAMERA_ERROR_BAD_FRAMERATE);
|
||||
STR_CASE(CELL_CAMERA_ERROR_TIMEOUT);
|
||||
STR_CASE(CELL_CAMERA_ERROR_BUSY);
|
||||
STR_CASE(CELL_CAMERA_ERROR_FATAL);
|
||||
STR_CASE(CELL_CAMERA_ERROR_MUTEX);
|
||||
}
|
||||
|
||||
return unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue