1
0
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)
{
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: