Set default window scale for WonderSwan to 3x
This commit is contained in:
parent
15125ec11f
commit
b7a851ea92
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue