Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient".

This commit is contained in:
rlnilsen
2019-10-26 18:05:16 +02:00
parent 332cad21a4
commit da1f153b47
21 changed files with 85 additions and 87 deletions

View File

@ -141,7 +141,7 @@ static const std::map<System, std::string> system_to_name = {
{System::Logger, "Logger"},
{System::Debugger, "Debugger"},
{System::SYSCONF, "SYSCONF"},
{System::CemuHookUdpServer, "CemuHookUdpServer"}};
{System::DualShockUDPClient, "DualShockUDPClient"}};
const std::string& GetSystemName(System system)
{