feat: 增加当前模拟器设置帧率检测与提示 (#17219)

This commit is contained in:
uye
2026-07-02 14:53:52 +08:00
committed by GitHub
parent 252e3aa954
commit a49bca5844
12 changed files with 135 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ bool asst::GeneralConfig::parse(const json::value& json)
adb.call_maatouch = cfg_json.get("callMaatouch", base_cfg.call_maatouch);
adb.event_id = cfg_json.get("eventId", base_cfg.event_id);
adb.back_to_home = cfg_json.get("back_to_home", base_cfg.back_to_home);
adb.fps = cfg_json.get("fps", base_cfg.fps);
}
return true;