Rinnegatamante / lpp-3ds

Lua Player Plus for 3DS
GNU General Public License v3.0
180 stars 32 forks source link

Add System.checkSVC(string service) #43

Closed PabloMK7 closed 8 years ago

PabloMK7 commented 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).

Rinnegatamante commented 8 years ago

Use Core.checkService...