diff options
| author | rlnilsen <47765059+rlnilsen@users.noreply.github.com> | 2019-10-26 18:05:16 +0200 |
|---|---|---|
| committer | rlnilsen <47765059+rlnilsen@users.noreply.github.com> | 2019-10-27 16:05:22 +0100 |
| commit | da1f153b47a3f3f4eb9b976670bfddf68108bae9 (patch) | |
| tree | 9d0f4bb163a4b844c44d6bb695154347e9a0bec6 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 332cad21a40a2565141ca817a3cc684d8f10bfca (diff) | |
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient".
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index f1a8e0c19e..359bd8f0c3 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -29,7 +29,7 @@ #if defined(USE_PIPES) #define CIFACE_USE_PIPES #endif -#define CIFACE_USE_CEMUHOOKUDPSERVER +#define CIFACE_USE_DUALSHOCKUDPCLIENT // // ControllerInterface |
