mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
citra_qt/main: Save settings when starting guest
Saves UISettings and Settings when booting a guest. Moves updating UISettings::values from GMainWindow::closeEvent into its own function, then reuses it in GMainWindow::BootGame. Co-Authored-By: lat9nq <22451773+lat9nq@users.noreply.github.com>
This commit is contained in:
parent
755393da90
commit
251b265777
2 changed files with 25 additions and 16 deletions
|
@ -229,6 +229,7 @@ private:
|
|||
void UpdateStatusBar();
|
||||
void LoadTranslation();
|
||||
void UpdateWindowTitle();
|
||||
void UpdateUISettings();
|
||||
void RetranslateStatusBar();
|
||||
void InstallCIA(QStringList filepaths);
|
||||
void HideMouseCursor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue