mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 17:22:15 +02:00
Fix pool partition in sysmodule sample
Games won't launch with the npdm generated with `pool_partition` being 0.
This commit is contained in:
parent
bc7b810f80
commit
0e535b3be3
@ -8,7 +8,7 @@
|
|||||||
"default_cpu_id": 3,
|
"default_cpu_id": 3,
|
||||||
"process_category": 0,
|
"process_category": 0,
|
||||||
"is_retail": true,
|
"is_retail": true,
|
||||||
"pool_partition": 0,
|
"pool_partition": 2,
|
||||||
"is_64_bit": true,
|
"is_64_bit": true,
|
||||||
"address_space_type": 1,
|
"address_space_type": 1,
|
||||||
"filesystem_access": {
|
"filesystem_access": {
|
||||||
|
Loading…
Reference in New Issue
Block a user