This commit is contained in:
2023-11-22 00:40:36 +08:00
parent ed12eaf875
commit f194dfc383
3 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,7 @@ class SettingUI extends BaseUI<SettingUIModel> {
onTap: model.onResetAutoLogin),
const SizedBox(height: 12),
makeSettingsItem(const Icon(FontAwesomeIcons.microchip),
"启动游戏时忽略能效核心( 适用于Intel 12th+ 处理器 ",
"启动游戏时忽略能效核心( 适用于Intel 12th+ 处理器 [实验性功能,请随时反馈]",
subTitle:
"已设置的核心数量:${model.inputGameLaunchECore} 设置需要忽略的处理器的能效心数量盒子将在使用启动游戏功能时为您修改游戏所运行的CPU参数当为 0 时不启用此功能 ",
onTap: model.setGameLaunchECore),