mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(client): implement locale related calls
This commit is contained in:
parent
6e1f033e83
commit
77f4228abf
5 changed files with 90 additions and 32 deletions
|
|
@ -264,6 +264,11 @@ const char* ClientServices::GetDefaultPatchListString() {
|
|||
return "public-test.patch.battle.net:1119/patch";
|
||||
}
|
||||
|
||||
bool ClientServices::LoadCDKey() {
|
||||
// TODO
|
||||
return true;
|
||||
}
|
||||
|
||||
void ClientServices::InitLoginServerCVars(int32_t overwrite, const char* locale) {
|
||||
if ((ClientServices::s_realmListBNVar == nullptr || ClientServices::s_realmListVar == nullptr) || overwrite != 0 ) {
|
||||
ClientServices::s_decorateAccountName = CVar::Register(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue