sprofile: update for 14.0.0 (orphaned profiles now deleted on import)

This commit is contained in:
Michael Scire
2022-03-21 23:20:31 -07:00
committed by SciresM
parent 588d761615
commit 0cfc93d423
22 changed files with 320 additions and 112 deletions

View File

@@ -68,7 +68,11 @@ namespace ams::sprofile::srv {
ProfileUpdateObserverManager &GetUpdateObserverManager() { return m_update_observer_manager; }
private:
Result CommitImpl();
Result CommitImportedProfiles();
Result CleanupOrphanedProfiles();
Result LoadPrimaryMetadataImpl();
void CloseProfileImporterImpl();
void OnCommitted();