summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/stubbed.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-21 10:43:43 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:30:29 +0200
commit28181919a60c21d9c217fd56b9994fa7778a87c4 (patch)
tree0fe18715b0937b86d5e7d7824f000ce26088b06a /src/core/hle/service/hid/controllers/stubbed.h
parentDeglobalize System: Friend (diff)
downloadyuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar.gz
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar.bz2
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar.lz
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar.xz
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.tar.zst
yuzu-28181919a60c21d9c217fd56b9994fa7778a87c4.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/stubbed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.h b/src/core/hle/service/hid/controllers/stubbed.h
index 24469f03e..af636bae3 100644
--- a/src/core/hle/service/hid/controllers/stubbed.h
+++ b/src/core/hle/service/hid/controllers/stubbed.h
@@ -14,7 +14,7 @@ public:
~Controller_Stubbed() override;
// Called when the controller is initialized
- void OnInit() override;
+ void OnInit(Core::System& system) override;
// When the controller is released
void OnRelease() override;