Closed PabloMK7 closed 8 years ago
This will return a bool, true if the app has access to the given service. Example:
camsrv = System.checkSVC("cam:u") --If the process has access to cam:u, returns true
This can be useful to check several things, such as 3dsx accessible services or if NTR CFW is loaded (because it patches svc checks).
Use Core.checkService...
This will return a bool, true if the app has access to the given service. Example:
camsrv = System.checkSVC("cam:u") --If the process has access to cam:u, returns true
This can be useful to check several things, such as 3dsx accessible services or if NTR CFW is loaded (because it patches svc checks).