mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:37:58 -05:00
game_list: Populate control data from installed NAND
This commit is contained in:
@ -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))) {
|
||||
|
Reference in New Issue
Block a user