Merge pull request #12298 from Shoegzer/master

Update default IP for HLE BBA
This commit is contained in:
Mai 2023-11-28 22:45:17 +01:00 committed by GitHub
commit b7435be90a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ enum class StringSetting(
Settings.FILE_DOLPHIN, Settings.FILE_DOLPHIN,
Settings.SECTION_INI_CORE, Settings.SECTION_INI_CORE,
"BBA_BUILTIN_DNS", "BBA_BUILTIN_DNS",
"149.56.167.128" "3.18.217.27"
), ),
MAIN_CUSTOM_RTC_VALUE( MAIN_CUSTOM_RTC_VALUE(
Settings.FILE_DOLPHIN, Settings.FILE_DOLPHIN,

View File

@ -134,7 +134,7 @@ const Info<bool> MAIN_BBA_XLINK_CHAT_OSD{{System::Main, "Core", "BBA_XLINK_CHAT_
// Schthack PSO Server - https://schtserv.com/ // Schthack PSO Server - https://schtserv.com/
const Info<std::string> MAIN_BBA_BUILTIN_DNS{{System::Main, "Core", "BBA_BUILTIN_DNS"}, const Info<std::string> MAIN_BBA_BUILTIN_DNS{{System::Main, "Core", "BBA_BUILTIN_DNS"},
"149.56.167.128"}; "3.18.217.27"};
const Info<std::string> MAIN_BBA_BUILTIN_IP{{System::Main, "Core", "BBA_BUILTIN_IP"}, ""}; const Info<std::string> MAIN_BBA_BUILTIN_IP{{System::Main, "Core", "BBA_BUILTIN_IP"}, ""};
const Info<SerialInterface::SIDevices>& GetInfoForSIDevice(int channel) const Info<SerialInterface::SIDevices>& GetInfoForSIDevice(int channel)