mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-20 05:47:11 +02:00
update to rc2, rebase update rd
This commit is contained in:
parent
28af479e2a
commit
a2b7dc5aca
3 changed files with 4 additions and 49 deletions
|
@ -26,6 +26,7 @@ using LibHac.FsSystem;
|
|||
using LibHac.Fs;
|
||||
using Path = System.IO.Path;
|
||||
using LibHac;
|
||||
using Ryujinx.Common.Configuration.Multiplayer;
|
||||
using Ryujinx.HLE.Loaders.Npdm;
|
||||
using Ryujinx.Common.Utilities;
|
||||
using System.Globalization;
|
||||
|
@ -709,7 +710,8 @@ namespace LibRyujinx
|
|||
LibRyujinx.GraphicsConfiguration.AspectRatio,
|
||||
100,
|
||||
useNce,
|
||||
"");
|
||||
"",
|
||||
MultiplayerMode.Disabled);
|
||||
|
||||
EmulationContext = new Switch(configuration);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue