reduce work memory

This commit is contained in:
HookedBehemoth 2020-04-19 18:38:45 +02:00
parent 094ffbac30
commit e94383ebe8

View file

@ -20,7 +20,8 @@ namespace ams::jpegdec {
namespace {
u8 g_workmem[0x20000];
/* Enough for four linebuffers RGB. */
u8 g_workmem[0x3C00];
}