diff options
| author | 2020-06-21 15:31:57 -0400 | |
|---|---|---|
| committer | 2020-06-21 15:31:57 -0400 | |
| commit | c94583d867fd909d8731ba50e085352aae0e6885 (patch) | |
| tree | 9c691c1382d3317f45ad09cb43a93f9223fe379b /src/input_common/main.h | |
| parent | Cleanup after linter (diff) | |
| download | yuzu-c94583d867fd909d8731ba50e085352aae0e6885.tar.gz yuzu-c94583d867fd909d8731ba50e085352aae0e6885.tar.xz yuzu-c94583d867fd909d8731ba50e085352aae0e6885.zip | |
Clang Formatting
Diffstat (limited to 'src/input_common/main.h')
| -rw-r--r-- | src/input_common/main.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h index be2e7a6c4..9e1528c88 100644 --- a/src/input_common/main.h +++ b/src/input_common/main.h | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <string> | 8 | #include <string> |
| 9 | #include <vector> | 9 | #include <vector> |
| 10 | #include "input_common/gcadapter/gc_poller.h" | ||
| 11 | #include "input_common/gcadapter/gc_adapter.h" | 10 | #include "input_common/gcadapter/gc_adapter.h" |
| 11 | #include "input_common/gcadapter/gc_poller.h" | ||
| 12 | 12 | ||
| 13 | namespace Common { | 13 | namespace Common { |
| 14 | class ParamPackage; | 14 | class ParamPackage; |
| @@ -38,7 +38,6 @@ class GCAnalogFactory; | |||
| 38 | GCButtonFactory* GetGCButtons(); | 38 | GCButtonFactory* GetGCButtons(); |
| 39 | GCAnalogFactory* GetGCAnalogs(); | 39 | GCAnalogFactory* GetGCAnalogs(); |
| 40 | 40 | ||
| 41 | |||
| 42 | /// Generates a serialized param package for creating a keyboard button device | 41 | /// Generates a serialized param package for creating a keyboard button device |
| 43 | std::string GenerateKeyboardParam(int key_code); | 42 | std::string GenerateKeyboardParam(int key_code); |
| 44 | 43 | ||