mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 23:10:18 +00:00
8 lines
80 B
C#
8 lines
80 B
C#
|
namespace Ryujinx.Horizon.Hid
|
||
|
{
|
||
|
class HidServer : IHidServer
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|