Added Sonic Game Gear to see what's gwannin
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user