summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.cpp
diff options
context:
space:
mode:
authorAmeer <aj662@drexel.edu>2020-06-23 18:47:58 +0200
committerAmeer <aj662@drexel.edu>2020-06-23 18:47:58 +0200
commitd4e07fd95e999e34562428c628985a6eb1fb532d (patch)
tree06f75257618ce8250239a8cd809781adb4784dd9 /src/input_common/main.cpp
parentSmall quality of life indication that mapped button is GC (diff)
downloadyuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.gz
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.bz2
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.lz
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.xz
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.zst
yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.zip
Diffstat (limited to 'src/input_common/main.cpp')
-rw-r--r--src/input_common/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp
index a9572c23c..f13420b38 100644
--- a/src/input_common/main.cpp
+++ b/src/input_common/main.cpp
@@ -59,7 +59,10 @@ void Shutdown() {
#endif
udp.reset();
Input::UnregisterFactory<Input::ButtonDevice>("gcpad");
+ Input::UnregisterFactory<Input::AnalogDevice>("gcpad");
+
gcbuttons.reset();
+ gcanalog.reset();
}
Keyboard* GetKeyboard() {