# FeasArgSet **Repository Path**: reigadegr/FeasArgSet ## Basic Information - **Project Name**: FeasArgSet - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-17 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FeasArgSet ## 说明 一个可以自定义小米Feas配置的功能 需要设备本身支持小米feas功能 自己写自己设备的feas路径 (开关,fps,scaling a b 的节点) 配置文件位于本模块的config文件夹 path.conf写你的设备的路径 package.conf写需要开启feas的游戏包名,目标帧率等参数 ## 尝鲜最新版 建议git clone https://github.com/reigadegr/FeasArgSet 后,打包Module文件夹的全部文件为zip,使用magisk刷入以更新 ## 编译 ```bash #环境构建(termux) pkg install clang -y && pkg add ndk-multilib -y #clone项目 git clone https://github.com/reigadegr/FeasArgSet --depth 1 -b main cd $(pwd)/FeasArgSet/Build sh build.sh ``` ***完成***