Home
last modified time | relevance | path

Searched refs:LoadGameFromCommandLine (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DProgram.cs156 … frmMain.LoadGameFromCommandLine(CommandLineHelper.PreprocessCommandLineArguments(e.Args, false)); in Main()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.cs151 public void LoadGameFromCommandLine(List<string> switches) in LoadGameFromCommandLine() method in Mesen.GUI.Forms.frmMain
296 …this.LoadGameFromCommandLine(CommandLineHelper.PreprocessCommandLineArguments(_commandLineArgs, fa… in OnShown()