aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid.cpp
diff options
context:
space:
mode:
authorKevin Hartman <kevin@hart.mn>2014-09-02 22:24:03 -0700
committerKevin Hartman <kevin@hart.mn>2014-09-11 22:43:42 -0700
commitbb7ddede159d820b6f8b49caf0758940903ece3b (patch)
treec9304b3f845ef3615a7599adbd3b6189d57a5191 /src/core/hle/service/hid.cpp
parent532a9e80a0bd242d2937335063b719130405d6bc (diff)
Created structure for PAD.
Diffstat (limited to 'src/core/hle/service/hid.cpp')
-rw-r--r--src/core/hle/service/hid.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/hid.cpp b/src/core/hle/service/hid.cpp
index 4e470795f..6a4895c90 100644
--- a/src/core/hle/service/hid.cpp
+++ b/src/core/hle/service/hid.cpp
@@ -57,6 +57,9 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00170000, nullptr, "GetSoundVolume"},
};
+
+
+
////////////////////////////////////////////////////////////////////////////////////////////////////
// Interface class