diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-20 23:57:55 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-25 03:30:22 +0100 |
commit | 4c6f2c2547e1d97f12ebe708fac693a6183bbc45 (patch) | |
tree | 0abcd35f56088bbf732a92838995a465bae0f0ee /src/input_common/helpers/udp_protocol.cpp | |
parent | input_common: Create input poller and mapping (diff) | |
download | yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar.gz yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar.bz2 yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar.lz yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar.xz yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.tar.zst yuzu-4c6f2c2547e1d97f12ebe708fac693a6183bbc45.zip |
Diffstat (limited to '')
-rw-r--r-- | src/input_common/helpers/udp_protocol.cpp (renamed from src/input_common/udp/protocol.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/udp/protocol.cpp b/src/input_common/helpers/udp_protocol.cpp index 5e50bd612..cdeab7e11 100644 --- a/src/input_common/udp/protocol.cpp +++ b/src/input_common/helpers/udp_protocol.cpp @@ -5,7 +5,7 @@ #include <cstddef> #include <cstring> #include "common/logging/log.h" -#include "input_common/udp/protocol.h" +#include "input_common/helpers/udp_protocol.h" namespace InputCommon::CemuhookUDP { |