From b67b4eeb25c66103dcfb0041093fdee0659467bc Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Sat, 21 Jun 2014 19:36:58 +0000 Subject: [PATCH] Make default imagewriter font be one we ship --- src/sim65816.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sim65816.c b/src/sim65816.c index 9adadd7..0c64a5c 100644 --- a/src/sim65816.c +++ b/src/sim65816.c @@ -150,8 +150,8 @@ int g_imagewriter_dpi = 360; char* g_imagewriter_output = "bmp"; int g_imagewriter_multipage = 0; int g_imagewriter_timeout = 2; -char* g_imagewriter_fixed_font = "roman.ttf"; -char* g_imagewriter_prop_font = "roman.ttf"; +char* g_imagewriter_fixed_font = "lib/letgothl.ttf"; +char* g_imagewriter_prop_font = "lib/letgothl.ttf"; int g_config_iwm_vbl_count = 0; extern const char g_gsport_version_str[] = "0.31";