loader: make ShouldOverrideContents take a tid argument

This commit is contained in:
misson20000
2018-10-10 20:45:54 -07:00
committed by SciresM
parent a502d31cd1
commit 376feb63bd
4 changed files with 7 additions and 7 deletions

View File

@@ -38,5 +38,5 @@ class ContentManagement {
static void TryMountSdCard();
static bool ShouldReplaceWithHBL(u64 tid);
static bool ShouldOverrideContents();
static bool ShouldOverrideContents(u64 tid);
};