mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-16 18:10:52 -05:00
Migrate to .NET 9 (#198)
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
||||
return true;
|
||||
}
|
||||
|
||||
public void Configure(params ControllerConfig[] configs)
|
||||
public void Configure(params ReadOnlySpan<ControllerConfig> configs)
|
||||
{
|
||||
_configuredTypes = new ControllerType[MaxControllers];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user