mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-15 03:36:28 +02:00
4 lines
173 B
C#
4 lines
173 B
C#
namespace Ryujinx.Common.Configuration.Hid.Controller
|
|
{
|
|
public class StandardControllerInputConfig : GenericControllerInputConfig<GamepadInputId, StickInputId> { }
|
|
}
|