diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-17 13:04:49 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-29 06:50:30 -0400 |
commit | cd814bfdfee631bca465db1810df648267f439b8 (patch) | |
tree | cbf45da74e67ab567b476220c8054de4e3ce97bf /src | |
parent | f78e44762a109c9dac0e41735aa8af8616cbadfa (diff) |
main: Remove assert for opening savedata when program_id = 0
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index eeca0acb2..08aac9f45 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1260,7 +1260,6 @@ void GMainWindow::OnGameListOpenFolder(GameListOpenTarget target, const std::str case GameListOpenTarget::SaveData: { open_target = tr("Save Data"); const std::string nand_dir = FileUtil::GetUserPath(FileUtil::UserPath::NANDDir); - ASSERT(program_id != 0); if (has_user_save) { // User save data |