ldr: update 10.0.0 conditionals

This commit is contained in:
Michael Scire 2020-04-14 03:20:23 -07:00
parent 4a38a36036
commit 353e27b9e2
2 changed files with 3 additions and 1 deletions

View file

@ -98,6 +98,7 @@ namespace ams::ldr {
Result LoaderService::SetEnabledProgramVerification(bool enabled) {
ldr::SetEnabledProgramVerification(enabled);
return ResultSuccess();
}
/* Atmosphere commands. */