Browse Source
Merge pull request #9467 from german77/folder
yuzu: Remember last selected directory
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
src/yuzu/main.cpp
|
|
|
@ -2661,6 +2661,9 @@ void GMainWindow::OnMenuInstallToNAND() { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
// Save folder location of the first selected file
|
|
|
|
UISettings::values.roms_path = QFileInfo(filenames[0]).path(); |
|
|
|
|
|
|
|
int remaining = filenames.size(); |
|
|
|
|
|
|
|
// This would only overflow above 2^43 bytes (8.796 TB)
|
|
|
|
|