mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-09 02:26:21 +00:00
qt_gui: Some game install features and fixes (#2261)
* open update folder + delete save folder + bulk install checkbox * delete pkg on install checkbox + use game icon for finish window
This commit is contained in:
parent
0575853be1
commit
78a0a755c5
5 changed files with 101 additions and 10 deletions
|
@ -123,4 +123,8 @@ protected:
|
|||
}
|
||||
|
||||
void resizeEvent(QResizeEvent* event) override;
|
||||
|
||||
std::filesystem::path last_install_dir = "";
|
||||
bool delete_file_on_install = false;
|
||||
bool use_for_all_queued = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue