mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
refactor jpegdec implementation into libstrat (thanks again, Behemoth!)
This commit is contained in:
parent
90d754f920
commit
6eb77e69c4
23 changed files with 780 additions and 261 deletions
|
@ -52,6 +52,7 @@ namespace ams::capsrv {
|
|||
R_DEFINE_ERROR_RESULT(NotSupported, 1023);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(InternalError, 1024, 2047);
|
||||
R_DEFINE_ERROR_RESULT(InternalJpegEncoderError, 1210);
|
||||
R_DEFINE_ERROR_RESULT(InternalJpegWorkMemoryShortage, 1212);
|
||||
|
||||
R_DEFINE_ERROR_RANGE(InternalFileDataVerificationError, 1300, 1399);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue