diff options
| author | 2021-09-20 20:53:04 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:24 -0600 | |
| commit | e14ae06391ac724e4be4557df0568846687a3662 (patch) | |
| tree | 3db695f4e13214aa638c182e66f94f156b8f5115 /src/yuzu_cmd/config.cpp | |
| parent | yuzu: Update overlay applet (diff) | |
| download | yuzu-e14ae06391ac724e4be4557df0568846687a3662.tar.gz yuzu-e14ae06391ac724e4be4557df0568846687a3662.tar.xz yuzu-e14ae06391ac724e4be4557df0568846687a3662.zip | |
core: Update input interpreter
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 33241ea98..103a12b12 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -24,7 +24,6 @@ | |||
| 24 | #include "common/settings.h" | 24 | #include "common/settings.h" |
| 25 | #include "core/hle/service/acc/profile_manager.h" | 25 | #include "core/hle/service/acc/profile_manager.h" |
| 26 | #include "input_common/main.h" | 26 | #include "input_common/main.h" |
| 27 | #include "input_common/udp/client.h" | ||
| 28 | #include "yuzu_cmd/config.h" | 27 | #include "yuzu_cmd/config.h" |
| 29 | #include "yuzu_cmd/default_ini.h" | 28 | #include "yuzu_cmd/default_ini.h" |
| 30 | 29 | ||