This commit is contained in:
sin365 2025-03-31 10:05:27 +08:00
parent 2333176eac
commit a6c9381dec

View File

@ -105,11 +105,13 @@ namespace AxibugEmuOnline.Client
{ {
switch (platform) switch (platform)
{ {
case RomPlatformType.Nes: return new Vector2Int(256, 240); case RomPlatformType.Nes:
return new Vector2Int(256, 240);
case RomPlatformType.Cps1: case RomPlatformType.Cps1:
case RomPlatformType.Cps2: case RomPlatformType.Cps2:
case RomPlatformType.Neogeo: case RomPlatformType.Neogeo:
case RomPlatformType.Igs: case RomPlatformType.Igs:
case RomPlatformType.ArcadeOld:
return UMAME.instance.mUniVideoPlayer.mScreenSize; return UMAME.instance.mUniVideoPlayer.mScreenSize;
case RomPlatformType.MasterSystem: case RomPlatformType.MasterSystem:
case RomPlatformType.GameGear: case RomPlatformType.GameGear: