Commit Graph

13 Commits

Author SHA1 Message Date
Dave Murphy
8f5a425e6e
set debug flags properly 2024-10-23 16:39:22 +01:00
Dave Murphy
5ac0dfe82d
add force_debug_prod flag 2024-10-18 21:52:21 +01:00
fincs
b1406d9eaa
Grant access to all SVCs (including the extended range) 2022-10-15 21:09:11 +02:00
SciresM
723c09d7ab
hbl: grant read access to ktrace buffer (#36)
Also grant access to svcQueryIoMapping & hint it as available
2020-12-17 01:56:29 +01:00
fincs
81553d91fd
Update npdm with name for new svc (0x37 svcGetResourceLimitPeakValue) 2020-12-01 13:53:11 +01:00
Michael Scire
4d63750a44 hbl: update json for new format 2020-07-09 02:46:41 +02:00
HookedBehemoth
faec3c5098
add permission to mount qlaunch romfs (#29) 2020-06-15 23:51:52 +02:00
masagrator
d9cb20c248
Add svcGetSystemInfo and update json to match libnx 3.1.0 svc.h (#26)
Also adds svcGetSystemInfo to SyscallAvailableHint
2020-04-12 01:49:30 +02:00
SciresM
8717f990ab Grant access to svcCallSecureMonitor 2019-01-24 17:46:29 +01:00
roblabla
bde505a0bf Use new npdm-json format 2018-10-30 21:36:24 -04:00
fincs
c12d1ce634 Remove access to core3 since it causes stability problems when used together with preemptive multithreading & load balancing 2018-08-06 21:39:00 +02:00
Rajko Stojadinovic
6a5013f656 Allow homebrew to use debug svcs (#3)
* Add debug/process inspection svcs to the npdm (the non-writing ones are useful even without debug mode enabled)

* Update the available svcs hint to match npdm
2018-07-30 17:51:20 -04:00
fincs
d6e56d487f Build NPDM from JSON configuration file (with enhancements), see details:
- Granted access to all FS permissions.
- Granted user/host access to all services.
- Kernel caps application type set to applet (2) in order to allow
  nx-hbloader to run while official apps are suspended.
  This fixes fatal error 2144-0001 during nx-hbloader startup.
  **CAVEAT**: This reduces maximum heap size to around 500MB. For this
  reason this change may be *reverted* or worked around in the future.
- Revise handle-duplication workaround to allow official apps to run
  after having used and closed nx-hbloader.
2018-05-09 18:18:18 +02:00