jpegdec: update to reflect 17.0.0 changes

This commit is contained in:
Michael Scire 2023-10-18 02:31:26 -07:00
parent 7f61dfdb8d
commit a84f725e21
6 changed files with 354 additions and 3 deletions

View file

@ -54,6 +54,7 @@ namespace ams::capsrv {
R_DEFINE_ERROR_RANGE(InternalError, 1024, 2047);
R_DEFINE_ERROR_RESULT(InternalJpegEncoderError, 1210);
R_DEFINE_ERROR_RESULT(InternalJpegOutBufferShortage, 1211);
R_DEFINE_ERROR_RESULT(InternalJpegWorkMemoryShortage, 1212);
R_DEFINE_ERROR_RANGE(InternalFileDataVerificationError, 1300, 1399);