nso/nro: Use default allocation size for arg_data
This commit is contained in:
parent
081f5c1dbf
commit
f945e9767c
4 changed files with 20 additions and 14 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
namespace Loader {
|
||||
|
||||
constexpr u64 NSO_ARGUMENT_DATA_ALLOCATION_SIZE = 0x9000;
|
||||
|
||||
struct NSOArgumentHeader {
|
||||
u32_le allocated_size;
|
||||
u32_le actual_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue