mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
jpegdec: update to reflect 17.0.0 changes
This commit is contained in:
parent
7f61dfdb8d
commit
a84f725e21
6 changed files with 354 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue