diff options
| author | 2018-10-05 13:52:07 -0400 | |
|---|---|---|
| committer | 2018-10-07 14:32:33 -0400 | |
| commit | f945e9767cd66567030e9daca13eb96d0a2d47ff (patch) | |
| tree | 1a03308eaa5c3c6bf55d6eee761446b925ae04f6 /src/core/loader/nso.h | |
| parent | cmd: Support passing game arguments from command line (diff) | |
| download | yuzu-f945e9767cd66567030e9daca13eb96d0a2d47ff.tar.gz yuzu-f945e9767cd66567030e9daca13eb96d0a2d47ff.tar.xz yuzu-f945e9767cd66567030e9daca13eb96d0a2d47ff.zip | |
nso/nro: Use default allocation size for arg_data
Diffstat (limited to 'src/core/loader/nso.h')
| -rw-r--r-- | src/core/loader/nso.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/loader/nso.h b/src/core/loader/nso.h index 7833af6ee..70ab3b718 100644 --- a/src/core/loader/nso.h +++ b/src/core/loader/nso.h | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | 11 | ||
| 12 | namespace Loader { | 12 | namespace Loader { |
| 13 | 13 | ||
| 14 | constexpr u64 NSO_ARGUMENT_DATA_ALLOCATION_SIZE = 0x9000; | ||
| 15 | |||
| 14 | struct NSOArgumentHeader { | 16 | struct NSOArgumentHeader { |
| 15 | u32_le allocated_size; | 17 | u32_le allocated_size; |
| 16 | u32_le actual_size; | 18 | u32_le actual_size; |