mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
GSRunner: Add -debugdevice command line parameter.
This commit is contained in:
@@ -799,6 +799,12 @@ bool GSRunner::ParseCommandLineArgs(int argc, char* argv[], VMBootParameters& pa
|
|||||||
s_perf_enable = true;
|
s_perf_enable = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
else if (CHECK_ARG("-debugdevice"))
|
||||||
|
{
|
||||||
|
Console.WriteLn("Enable debug device");
|
||||||
|
s_settings_interface.SetBoolValue("EmuCore/GS", "UseDebugDevice", true);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
else if (CHECK_ARG("--"))
|
else if (CHECK_ARG("--"))
|
||||||
{
|
{
|
||||||
no_more_args = true;
|
no_more_args = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user