mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
yuzu: Remember last selected directory
This commit is contained in:
parent
fd1ea0fd84
commit
c218c7d4da
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue