More progress

This commit is contained in:
Isaac Marovitz
2024-03-13 15:32:02 +00:00
parent b7239a6e3e
commit baf85f3b93
70 changed files with 403 additions and 117 deletions

View File

@@ -0,0 +1,9 @@
namespace Ryujinx.Horizon.Sdk.Hid
{
enum TouchScreenModeForNx : byte
{
UseSystemSetting = 0,
Finger = 1,
Heat2 = 2
}
}