aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Profiler
diff options
context:
space:
mode:
authoremmauss <emmausssss@gmail.com>2019-07-22 20:15:46 +0300
committerGitHub <noreply@github.com>2019-07-22 20:15:46 +0300
commitd254548548398977a45dbfc03f2cc091c5a74f03 (patch)
treee153a29676f6f83d44b25cc42ecd1efc8cc701e6 /Ryujinx.Profiler
parent1f3a34dd7a5977fc340de310b2109493e5e6973f (diff)
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
Diffstat (limited to 'Ryujinx.Profiler')
-rw-r--r--Ryujinx.Profiler/ProfileConfig.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Ryujinx.Profiler/ProfileConfig.cs b/Ryujinx.Profiler/ProfileConfig.cs
index d70da602..4271bd2b 100644
--- a/Ryujinx.Profiler/ProfileConfig.cs
+++ b/Ryujinx.Profiler/ProfileConfig.cs
@@ -105,6 +105,21 @@ namespace Ryujinx.Profiler
};
}
+ public static class Input
+ {
+ public static ProfileConfig ControllerInput = new ProfileConfig
+ {
+ Category = "Input",
+ SessionGroup = "ControllerInput"
+ };
+
+ public static ProfileConfig TouchInput = new ProfileConfig
+ {
+ Category = "Input",
+ SessionGroup = "TouchInput"
+ };
+ }
+
public static class GPU
{
public static class Engine2d