diff options
Diffstat (limited to 'src/core/hle/service/hid.cpp')
-rw-r--r-- | src/core/hle/service/hid.cpp | 3 |
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 |