From ed7c0605f977e2d9e2cec554181314e308222639 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 18 Jan 2021 06:35:14 -0800 Subject: [PATCH] jpegdec: note libjpeg-turbo TODO --- stratosphere/jpegdec/source/jpegdec_main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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__;