Set default window scale for WonderSwan to 3x

This commit is contained in:
YoshiRulz 2024-07-19 07:27:13 +10:00
parent 15125ec11f
commit b7a851ea92
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ namespace BizHawk.Client.Common
[VSystemID.Raw.GBA] = 3,
[VSystemID.Raw.GBC] = 3,
[VSystemID.Raw.N64] = 1,
[VSystemID.Raw.WSWAN] = 3,
};
public int GetWindowScaleFor(string sysID)