mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-07 18:56:28 +00:00
nso/nro: Use default allocation size for arg_data
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
namespace Loader {
|
||||
|
||||
constexpr u64 NSO_ARGUMENT_DATA_ALLOCATION_SIZE = 0x9000;
|
||||
|
||||
struct NSOArgumentHeader {
|
||||
u32_le allocated_size;
|
||||
u32_le actual_size;
|
||||
|
||||
Reference in New Issue
Block a user