mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
feat: 增加当前模拟器设置帧率检测与提示 (#17219)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user