修改120回到60

This commit is contained in:
ALIENJACK\alien 2025-01-26 14:12:49 +08:00
parent 1090fb4da7
commit 34fccd457a

View File

@ -47,7 +47,7 @@ public class UMAME : MonoBehaviour, IEmuCore
//设为60帧
Application.targetFrameRate = 120;
Application.targetFrameRate = 60;
// 强制横屏
Screen.orientation = ScreenOrientation.LandscapeLeft;
instance = this;