diff options
| author | 2020-06-21 18:43:01 -0400 | |
|---|---|---|
| committer | 2020-06-21 21:17:07 -0400 | |
| commit | 121af3646dad0f80453d2ffffa688dd4435d3acc (patch) | |
| tree | 020971e22b4423f63a0a04da7fa4087bf85e2bb9 /src/input_common/main.h | |
| parent | Clang Formatting (diff) | |
| download | yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.tar.gz yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.tar.xz yuzu-121af3646dad0f80453d2ffffa688dd4435d3acc.zip | |
Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting
Manual fix for configure_input_player formatting
Add missing lib usb cmake command
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index 9e1528c88..c26222f21 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -32,10 +32,8 @@ class MotionEmu; | |||
| 32 | /// Gets the motion emulation factory. | 32 | /// Gets the motion emulation factory. |
| 33 | MotionEmu* GetMotionEmu(); | 33 | MotionEmu* GetMotionEmu(); |
| 34 | 34 | ||
| 35 | class GCButtonFactory; | ||
| 36 | class GCAnalogFactory; | ||
| 37 | |||
| 38 | GCButtonFactory* GetGCButtons(); | 35 | GCButtonFactory* GetGCButtons(); |
| 36 | |||
| 39 | GCAnalogFactory* GetGCAnalogs(); | 37 | GCAnalogFactory* GetGCAnalogs(); |
| 40 | 38 | ||
| 41 | /// Generates a serialized param package for creating a keyboard button device | 39 | /// Generates a serialized param package for creating a keyboard button device |