diff options
| author | 2020-06-23 12:47:58 -0400 | |
|---|---|---|
| committer | 2020-06-23 12:47:58 -0400 | |
| commit | d4e07fd95e999e34562428c628985a6eb1fb532d (patch) | |
| tree | 06f75257618ce8250239a8cd809781adb4784dd9 /src/input_common/gcadapter/gc_adapter.h | |
| parent | Small quality of life indication that mapped button is GC (diff) | |
| download | yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.gz yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.tar.xz yuzu-d4e07fd95e999e34562428c628985a6eb1fb532d.zip | |
Fix deallocation of GC Adapter
Diffstat (limited to 'src/input_common/gcadapter/gc_adapter.h')
| -rw-r--r-- | src/input_common/gcadapter/gc_adapter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.h b/src/input_common/gcadapter/gc_adapter.h index ff0202e3b..7aed0b480 100644 --- a/src/input_common/gcadapter/gc_adapter.h +++ b/src/input_common/gcadapter/gc_adapter.h | |||
| @@ -82,7 +82,6 @@ enum { | |||
| 82 | ADAPTER_DETECTED = 1, | 82 | ADAPTER_DETECTED = 1, |
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | /// Singleton Adapter class | ||
| 86 | class Adapter { | 85 | class Adapter { |
| 87 | public: | 86 | public: |
| 88 | /// Initialize the GC Adapter capture and read sequence | 87 | /// Initialize the GC Adapter capture and read sequence |