summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blastem.c b/blastem.c
index 2962f40..757f5d9 100644
--- a/blastem.c
+++ b/blastem.c
@@ -1746,7 +1746,7 @@ int main(int argc, char ** argv)
}
}
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) {