From a6c9381decbb948061806c6d6c82c2f5fc2b0e4b Mon Sep 17 00:00:00 2001
From: sin365 <353374337@qq.com>
Date: Mon, 31 Mar 2025 10:05:27 +0800
Subject: [PATCH] platform

---
 .../Assets/Script/AppMain/Manager/AppSettings/ScreenScaler.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/ScreenScaler.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/ScreenScaler.cs
index c6ae9483..9e0ed065 100644
--- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/ScreenScaler.cs
+++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/AppSettings/ScreenScaler.cs
@@ -105,11 +105,13 @@ namespace AxibugEmuOnline.Client
         {
             switch (platform)
             {
-                case RomPlatformType.Nes: return new Vector2Int(256, 240);
+                case RomPlatformType.Nes: 
+                    return new Vector2Int(256, 240);
                 case RomPlatformType.Cps1:
                 case RomPlatformType.Cps2:
                 case RomPlatformType.Neogeo:
                 case RomPlatformType.Igs:
+                case RomPlatformType.ArcadeOld:
                     return UMAME.instance.mUniVideoPlayer.mScreenSize;
                 case RomPlatformType.MasterSystem:
                 case RomPlatformType.GameGear: