No more DRM memes

This commit is contained in:
bristleroot 2020-05-01 17:02:58 +05:30 committed by GitHub
parent a41ccc510e
commit ff722e10b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,8 @@ namespace ams::ldr {
}
Result LoaderService::SetEnabledProgramVerification(bool enabled) {
ldr::SetEnabledProgramVerification(enabled);
bool a = false;
ldr::SetEnabledProgramVerification(a); // I hate you, program DRM
return ResultSuccess();
}