loader/ECS: don't clear ECS on failure, add ClearExternalContentSource command
This commit is contained in:
committed by
Michael Scire
parent
d0505d3c11
commit
35cf3b65a3
@@ -45,3 +45,7 @@ Result ShellService::SetExternalContentSource(Out<MovedHandle> out, u64 tid) {
|
||||
out.SetValue(server_h);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ShellService::ClearExternalContentSource(u64 tid) {
|
||||
ContentManagement::ClearExternalContentSource(tid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user