mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 16:53:48 -04:00
loader: make ShouldOverrideContents take a tid argument
This commit is contained in:
parent
a502d31cd1
commit
376feb63bd
4 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ bool NsoUtils::CheckNsoStubbed(unsigned int index, u64 title_id) {
|
|||
}
|
||||
|
||||
FILE *NsoUtils::OpenNso(unsigned int index, u64 title_id) {
|
||||
if (ContentManagement::ShouldOverrideContents()) {
|
||||
if (ContentManagement::ShouldOverrideContents(title_id)) {
|
||||
if (ContentManagement::ShouldReplaceWithHBL(title_id)) {
|
||||
return OpenNsoFromHBL(index);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue