diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index e7a377f239..375985c848 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -799,6 +799,12 @@ bool GSRunner::ParseCommandLineArgs(int argc, char* argv[], VMBootParameters& pa s_perf_enable = true; continue; } + else if (CHECK_ARG("-debugdevice")) + { + Console.WriteLn("Enable debug device"); + s_settings_interface.SetBoolValue("EmuCore/GS", "UseDebugDevice", true); + continue; + } else if (CHECK_ARG("--")) { no_more_args = true;