mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-18 06:32:14 +02:00
reduce work memory
This commit is contained in:
parent
094ffbac30
commit
e94383ebe8
@ -20,7 +20,8 @@ namespace ams::jpegdec {
|
||||
|
||||
namespace {
|
||||
|
||||
u8 g_workmem[0x20000];
|
||||
/* Enough for four linebuffers RGB. */
|
||||
u8 g_workmem[0x3C00];
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user