mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-20 07:22:21 +02:00
No more DRM memes
This commit is contained in:
parent
a41ccc510e
commit
ff722e10b4
@ -97,7 +97,8 @@ namespace ams::ldr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result LoaderService::SetEnabledProgramVerification(bool enabled) {
|
Result LoaderService::SetEnabledProgramVerification(bool enabled) {
|
||||||
ldr::SetEnabledProgramVerification(enabled);
|
bool a = false;
|
||||||
|
ldr::SetEnabledProgramVerification(a); // I hate you, program DRM
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user