util::unique_lock, update loader to new sf semantics

This commit is contained in:
Michael Scire
2021-01-18 06:18:14 -08:00
parent 6a2f8e8344
commit ac2c713ee0
9 changed files with 262 additions and 39 deletions

View File

@@ -654,7 +654,7 @@ namespace ams::ldr {
fssystem::DestroyExternalCode(loc.program_id);
/* Note that we've created the program. */
SetLaunchedProgram(loc.program_id);
SetLaunchedBootProgram(loc.program_id);
/* Move the process handle to output. */
*out = info.process_handle.Move();