引用:
原帖由 性博士 于 2021-4-30 22:25 发表 
posted by wap, platform: iPhone
朋友送了个3B,我的玩法是,装dosbox玩老游戏,图形设置要多尝试,否则容易拖慢;openvg 2d图形加速编程,自己本身的工作和可穿戴相关,研究研究如何加速界面。
3B全屏跑DOOM可以流畅不丢帧,主要是把系统的分辨率调低,记得是调到320x240,其他的我是这样设置的
fullscreen=false
fulldouble=false
fullresolution=desktop
windowresolution=surface
output=overlay
autolock=true
sensitivity=100
waitonerror=true
priority=highest,normal
mapperfile=mapper-0.74-2.map
usescancodes=true
CPU部分我是这样设置的
core=auto
cputype=auto
cycles=max
cycleup=10
cycledown=20