master #85

Merged
sin365 merged 8 commits from Alienjack/AxibugEmuOnline:master into master 2025-01-08 11:05:52 +08:00
Showing only changes of commit fc8302062b - Show all commits

View File

@ -106,7 +106,7 @@ namespace AxibugEmuOnline.Client
switch (platform) switch (platform)
{ {
case RomPlatformType.Nes: return new Vector2Int(256, 240); case RomPlatformType.Nes: return new Vector2Int(256, 240);
default: return new Vector2Int(256, 240); default: throw new System.NotImplementedException($"未实现的平台:{platform}");
} }
} }