HLE: Add some constants

This commit is contained in:
Megamouse 2020-10-04 21:11:03 +02:00 committed by Ivan
parent 54fd224fd8
commit c65b7d0aea
4 changed files with 64 additions and 1 deletions

View file

@ -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;