possibly fix a bug with gbc settings on funky ui scales
This commit is contained in:
parent
1ad6e7a95f
commit
9ec9975f48
|
@ -12,7 +12,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
CGBColorChooserForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
bmpView1.ChangeBitmapSize(bmpView1.Size);
|
||||
bmpView1.ChangeBitmapSize(new Size(256, 128));
|
||||
}
|
||||
|
||||
void LoadType(Gameboy.GambatteSettings s)
|
||||
|
|
Loading…
Reference in New Issue