forked from sin365/AxibugEmuOnline
platform
This commit is contained in:
parent
2333176eac
commit
a6c9381dec
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user