mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 23:47:10 +02:00
Add On-Screen controller and Fix Internet and Lan Multiplayer
This commit is contained in:
parent
b2424a9652
commit
9a86b2000a
14 changed files with 494 additions and 215 deletions
|
@ -31,6 +31,9 @@ namespace Ryujinx.Headless.SDL2
|
|||
|
||||
// Input
|
||||
|
||||
[Option("correct-ons-controller", Required = false, Default = false, HelpText = "Makes the on-screen controller (iOS) buttons correspond to what they show.")]
|
||||
public bool OnScreenCorrespond { get; set; }
|
||||
|
||||
[Option("input-profile-1", Required = false, HelpText = "Set the input profile in use for Player 1.")]
|
||||
public string InputProfile1Name { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue