mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Update default IP for HLE BBA
This commit is contained in:
parent
3975d5e923
commit
1d848c554d
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user