Fix version proxy initialization

Fix high CPU and GPU usage.

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2026-06-23 20:51:38 +08:00
parent c234838635
commit d80e5bfc44
5 changed files with 299 additions and 363 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ namespace config {
std::string make_default_config_json() {
return
"{\r\n"
" \"force_http\": false,\r\n"
" \"force_http\": true,\r\n"
" \"api_url\": \"apis.game.starlight-stage.jp/\",\r\n"
" \"asset_url\": \"asset-starlight-stage.akamaized.net/\",\r\n"
" \"launch_borderless_helper\": true\r\n"