changeset 422:642b2f8aee32

Change default resolution to 640x480
author Mike Pavone <pavone@retrodev.com>
date Tue, 25 Jun 2013 23:03:25 -0700
parents d0cacb4ade0b
children 8e136187c0e0
files blastem.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blastem.c	Tue Jun 25 19:20:39 2013 -0700
+++ b/blastem.c	Tue Jun 25 23:03:25 2013 -0700
@@ -1746,7 +1746,7 @@
 		}
 	}
 	update_title();
-	width = width < 320 ? 320 : width;
+	width = width < 320 ? 640 : width;
 	height = height < 240 ? (width/320) * 240 : height;
 	uint32_t fps = 60;
 	if (version_reg & 0x40) {