mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 08:38:45 +00:00
reduce work memory
This commit is contained in:
parent
094ffbac30
commit
e94383ebe8
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ namespace ams::jpegdec {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
u8 g_workmem[0x20000];
|
/* Enough for four linebuffers RGB. */
|
||||||
|
u8 g_workmem[0x3C00];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue