Added Sonic Game Gear to see what's gwannin

This commit is contained in:
2026-05-17 15:15:55 +01:00
parent 1730687009
commit be43019fb0
3 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ namespace Desktop
this.Text = "VRAM Viewer (512 Tiles)";
// 256x128 native resolution, scaled up by 2 for visibility!
this.ClientSize = new Size(512, 256);
this.ClientSize = new Size(1024, 512);
this.DoubleBuffered = true;
this.FormBorderStyle = FormBorderStyle.FixedToolWindow;