Open
Description
As for now, all homebrew apps are ran with SystemResourceSize = 0. This prevents from doing anything useful with svcMapPhysicalMemory, as it uses this limit. I propose increasing it to maximum value - 0x1FE00000
to suit all (possible) homebrew.
This should be as simple as:
--- a/hbl.json
+++ b/hbl.json
@@ -11,6 +11,7 @@
"is_64_bit": true,
"address_space_type": 1,
"is_retail": true,
+ "system_resource_size": "0x1FE00000",
"filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF"
},
Metadata
Metadata
Assignees
Labels
No labels