diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index 67e2350a15..714a95455e 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -48,7 +48,7 @@ #include "pcsx2/Input/InputManager.h" #include "pcsx2/LogSink.h" #include "pcsx2/MTGS.h" -#include "pcsx2/PAD/Host/PAD.h" +#include "pcsx2/SIO/Pad/Pad.h" #include "pcsx2/PerformanceMetrics.h" #include "pcsx2/VMManager.h" @@ -117,7 +117,7 @@ bool GSRunner::InitializeConfig() si.SetStringValue("SPU2/Output", "OutputModule", "nullout"); // none of the bindings are going to resolve to anything - PAD::ClearPortBindings(si, 0); + Pad::ClearPortBindings(si, 0); si.ClearSection("Hotkeys"); // make sure any gamesettings inis in your tree don't get loaded