diff --git a/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp b/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp index 499343a213..7bc7f1e634 100644 --- a/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GameCheatSettingsWidget.cpp @@ -8,7 +8,6 @@ #include "Settings/GameCheatSettingsWidget.h" #include "Settings/SettingsWindow.h" -#include "pcsx2/GameList.h" #include "pcsx2/Patch.h" #include "common/HeterogeneousContainers.h" diff --git a/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp b/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp index 8331491db4..b9048850b2 100644 --- a/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp +++ b/pcsx2-qt/Settings/GamePatchSettingsWidget.cpp @@ -8,7 +8,6 @@ #include "SettingWidgetBinder.h" #include "Settings/SettingsWindow.h" -#include "pcsx2/GameList.h" #include "pcsx2/Patch.h" #include "common/Assertions.h" diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index bca7f8c767..05be983331 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -846,7 +845,7 @@ bool Patch::ReloadPatchAffectingOptions() const AspectRatioType current_ar = EmuConfig.GS.AspectRatio; const GSInterlaceMode current_interlace = EmuConfig.GS.InterlaceMode; const float custom_aspect_ratio = EmuConfig.CurrentCustomAspectRatio; - + // This is pretty gross, but we're not using a config layer, so... AspectRatioType new_ar = Pcsx2Config::GSOptions::DEFAULT_ASPECT_RATIO; const std::string ar_value = Host::GetStringSettingValue("EmuCore/GS", "AspectRatio",