master #92

Merged
sin365 merged 3 commits from Alienjack/AxibugEmuOnline:master into master 2025-01-26 15:05:15 +08:00
Showing only changes of commit 34fccd457a - Show all commits

View File

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