nso/nro: Use default allocation size for arg_data

This commit is contained in:
Zach Hilman 2018-10-05 13:52:07 -04:00
parent 081f5c1dbf
commit f945e9767c
4 changed files with 20 additions and 14 deletions

View file

@ -11,6 +11,8 @@
namespace Loader {
constexpr u64 NSO_ARGUMENT_DATA_ALLOCATION_SIZE = 0x9000;
struct NSOArgumentHeader {
u32_le allocated_size;
u32_le actual_size;