aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/am/hid_registration.h
diff options
context:
space:
mode:
authoryuzubot <[email protected]>2024-03-04 13:02:54 +0000
committeryuzubot <[email protected]>2024-03-04 13:02:54 +0000
commit537296095ab24eddcb196b5ef98004f91de9c8c2 (patch)
treee75e9e2441dc3f8657cc42f2daaae08737949c2b /src/core/hle/service/am/hid_registration.h
parent2ddac7b02b660bbc7bdfe4fef240699df6d52e64 (diff)
downloadyuzu-mainline-master.tar.gz
yuzu-mainline-master.zip
"Merge Tagged PR 13018"HEADmaster
Diffstat (limited to 'src/core/hle/service/am/hid_registration.h')
-rw-r--r--src/core/hle/service/am/hid_registration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/am/hid_registration.h b/src/core/hle/service/am/hid_registration.h
index 67cd84961..54f42af18 100644
--- a/src/core/hle/service/am/hid_registration.h
+++ b/src/core/hle/service/am/hid_registration.h
@@ -13,9 +13,11 @@ namespace Service::HID {
class IHidServer;
}
-namespace Service::AM {
-
+namespace Service {
class Process;
+}
+
+namespace Service::AM {
class HidRegistration {
public: