diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-10 11:11:33 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-11 22:50:48 -0400 |
commit | 10812f8407e18d129664e837614d6124ef9bf1bc (patch) | |
tree | c8d76b4db7a10c1d0f4c19cb180587b56bdbb0ef /src/yuzu/main.cpp | |
parent | e5504a060d4af12682abbdf674834397d566502a (diff) |
game_list: Populate control data from installed NAND
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index fd237df43..1f5a9bb02 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -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))) { |