level 2
打开dsfix
# Use this at your own risk!
# 0 = no changes to game code
# 1 = unlock the frame rate
unlockFPS 1
这个是解锁帧数,默认是0,你需要改成1
# FPS limit, only used with unlocked framerate
# do not set this much higher than 60, this will lead to various issues with the engine
FPSlimit 30
这个30是锁定帧数上限,你可以改成60
2017年02月04日 09点02分