mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
fsp-pr: SetEnabledProgramVerification removed in 10.0.0
This commit is contained in:
parent
fa0234efff
commit
af051c8301
@ -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