mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 06:37:50 +00:00
yuzu/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.
This commit is contained in:
parent
8e1f16e8fa
commit
b4094cb11a
2 changed files with 25 additions and 16 deletions
|
@ -257,6 +257,7 @@ private:
|
|||
const std::string& title_version = {});
|
||||
void UpdateStatusBar();
|
||||
void UpdateStatusButtons();
|
||||
void UpdateUISettings();
|
||||
void HideMouseCursor();
|
||||
void ShowMouseCursor();
|
||||
void OpenURL(const QUrl& url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue