ro: update for new sf semantics

This commit is contained in:
Michael Scire
2021-01-17 22:03:26 -08:00
committed by SciresM
parent 21236020cb
commit 170034aed3
23 changed files with 192 additions and 119 deletions

View File

@@ -19,7 +19,7 @@
namespace ams::ldr {
/* Launch Record API. */
bool HasLaunchedProgram(ncm::ProgramId program_id);
void SetLaunchedProgram(ncm::ProgramId program_id);
bool HasLaunchedBootProgram(ncm::ProgramId program_id);
void SetLaunchedBootProgram(ncm::ProgramId program_id);
}