mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
fsp-pr: SetEnabledProgramVerification removed in 10.0.0
This commit is contained in:
parent
05aa020051
commit
b0e1a70ab6
@ -78,6 +78,9 @@ Result fsprSetCurrentProcess(void) {
|
||||
}
|
||||
|
||||
Result fsprSetEnabledProgramVerification(bool enabled) {
|
||||
if(hosversionAtLeast(10,0,0))
|
||||
return MAKERESULT(Module_Libnx, LibnxError_IncompatSysVer);
|
||||
|
||||
const u8 in = enabled != 0;
|
||||
serviceAssumeDomain(&g_fsprSrv);
|
||||
return serviceDispatchIn(&g_fsprSrv, 256, in);
|
||||
|
Loading…
Reference in New Issue
Block a user