mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient".
This commit is contained in:
parent
332cad21a4
commit
da1f153b47
21 changed files with 85 additions and 87 deletions
|
@ -30,7 +30,7 @@ enum class System
|
|||
GFX,
|
||||
Logger,
|
||||
Debugger,
|
||||
CemuHookUdpServer,
|
||||
DualShockUDPClient,
|
||||
};
|
||||
|
||||
constexpr std::array<LayerType, 7> SEARCH_ORDER{{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue