game_list: Populate control data from installed NAND

This commit is contained in:
Zach Hilman
2018-08-10 11:11:33 -04:00
parent e5504a060d
commit 10812f8407
2 changed files with 35 additions and 31 deletions

View File

@ -682,7 +682,7 @@ void GMainWindow::OnMenuInstallToNAND() {
}
if (index >= 5)
index += 0x80;
index += 0x7B;
if (Service::FileSystem::GetUserNANDContents()->InstallEntry(
nca, static_cast<FileSys::TitleType>(index))) {