mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 20:01:19 -04:00
Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient".
This commit is contained in:
@@ -16,7 +16,7 @@ namespace ConfigLoaders
|
||||
{
|
||||
bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
{
|
||||
if (config_location.system == Config::System::CemuHookUdpServer)
|
||||
if (config_location.system == Config::System::DualShockUDPClient)
|
||||
return true;
|
||||
|
||||
if (config_location.system == Config::System::Logger)
|
||||
|
||||
Reference in New Issue
Block a user