mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 13:36:53 +02:00
4 lines
139 B
C#
4 lines
139 B
C#
namespace Ryujinx.Common.Configuration.Hid.Keyboard
|
|
{
|
|
public class StandardKeyboardInputConfig : GenericKeyboardInputConfig<Key> { }
|
|
}
|