hexstr / UnityFPSUnlocker

为unity-il2cpp提供在手机上设置FPS的模块
MIT License
356 stars 44 forks source link

zygist_module_1_8 无法120帧 #31

Closed kuruoky closed 1 year ago

kuruoky commented 1 year ago

{ "framerate": 120, "delay": 10, "normal_list": [ "com.nexon.bluearchive", "com.sunborn.girlsfrontline.cn", "com.miHoYo.Yuanshen" ], "mod_list": [ "com.aniplex.fategrandorder", "com.bilibili.fatego" ] }

TargetList 设置如上,fgo运行设备显示帧率始终保持60(平板是120HZ的三星S7+)

kuruoky commented 1 year ago

日志显示配置正常 set_frame=120 image

kuruoky commented 1 year ago

游戏内刷新率显示始终为60 image

hexstr commented 1 year ago

不开插件也是60吗?

kuruoky commented 1 year ago

不开插件也是60吗? 对的,不开插件也是显示60帧

kuruoky commented 1 year ago

image image image 重启后,插件disable,游戏内刷新率保持60帧,logcat显示无unlocker日志

hexstr commented 1 year ago

差点被带偏了,你这是开发者选项中的“显示当前的显示屏刷新频率”吧,看fps用别的软件。还有这是app的屏幕刷新率被锁定到了60,你要看看怎么解锁。 比如我大氢可以用“settings put global oneplus_screen_refresh_rate 0”设置全局120,三星没用过不知道。

kuruoky commented 1 year ago

差点被带偏了,你这是开发者选项中的“显示当前的显示屏刷新频率”吧,看fps用别的软件。还有这是app的屏幕刷新率被锁定到了60,你要看看怎么解锁。 比如我大氢可以用“settings put global oneplus_screen_refresh_rate 0”设置全局120,三星没用过不知道。

OK明白了谢谢