-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shadow3aaa
committed
Jan 18, 2024
1 parent
1d55e3a
commit ea52fa4
Showing
4 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# fas-rs(v1.8.0) | ||
|
||
[项目主页](https://github.com/shadow3aaa/fas-rs) | ||
|
||
## 更新日志 | ||
|
||
- fas boost功能 | ||
- 改进框架逻辑 | ||
- cpu控制器: big jank不移动fas freq | ||
- 开放更多可配置内容(查看README获取详细说明) | ||
- 自动关闭glk | ||
- 更新依赖 | ||
- 移除不必要的解耦合 | ||
|
||
## 运行要求 | ||
|
||
- soc平台无要求 | ||
- Android12以上 | ||
- zygisk开启并且版本v2以上(magisk v24.0以上并且开启zygisk / ksu + zygisk-next) | ||
|
||
## 特殊说明 | ||
|
||
- fas boost模式是专门用于提升帧率的模式, 它不会尝试限制最大频率, 而是尝试在卡顿时提升最小频率以减少默认调速器的掉帧, 此模式不可通过帧率曲线来判断是否生效 | ||
- 对开启fas的游戏使用shamiko等隐藏可能会导致不生效, 是否生效以/sdcard/Android/fas-rs/fas_log.txt是否有对应游戏记录为准 | ||
- 采用zygisk注入劫持libgui获取frametime, 存在部分被检测风险 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 170, | ||
"version": "v1.7.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.7.0/fas-rs.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.7.0).md" | ||
"versionCode": 180, | ||
"version": "v1.8.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.8.0/fas-rs.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.8.0).md" | ||
} |