diff --git a/stratosphere/jpegdec/source/jpegdec_main.cpp b/stratosphere/jpegdec/source/jpegdec_main.cpp index 9e6b8943f..1936a5664 100644 --- a/stratosphere/jpegdec/source/jpegdec_main.cpp +++ b/stratosphere/jpegdec/source/jpegdec_main.cpp @@ -15,6 +15,8 @@ */ #include +/* TODO: Update libjpeg-turbo to include Nintendo's changes (support for work buffer, rather than malloc) */ + extern "C" { extern u32 __start__;