mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
boot: reduce memory footprint
This commit is contained in:
parent
6abd756e0c
commit
ae2fa2fa60
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ namespace sts::boot {
|
|||
namespace {
|
||||
|
||||
/* Globals. */
|
||||
u8 __attribute__((aligned(0x1000))) g_boot_image_work_buffer[0x10000];
|
||||
alignas(0x1000) u8 g_boot_image_work_buffer[0x10000];
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue