From 9df92bad2a39dd6e33f0eaffb5c189480839a153 Mon Sep 17 00:00:00 2001
From: m-HD <62751363+m-HD@users.noreply.github.com>
Date: Sun, 12 Feb 2023 02:58:39 +0100
Subject: [PATCH] Update settings.cpp

added missing graphical settings to RestoreGlobalState()
---
 src/common/settings.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index b1a2aa8b2d..49b41c1589 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -199,7 +199,11 @@ void RestoreGlobalState(bool is_powered_on) {
     values.renderer_backend.SetGlobal(true);
     values.renderer_force_max_clock.SetGlobal(true);
     values.vulkan_device.SetGlobal(true);
+    values.fullscreen_mode.SetGlobal(true);
     values.aspect_ratio.SetGlobal(true);
+    values.resolution_setup.SetGlobal(true);
+    values.scaling_filter.SetGlobal(true);
+    values.anti_aliasing.SetGlobal(true);
     values.max_anisotropy.SetGlobal(true);
     values.use_speed_limit.SetGlobal(true);
     values.speed_limit.SetGlobal(true);