From f123ed101f6651b15175a9cf33038bf54975dd8b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 3 Feb 2015 19:48:28 +0000 Subject: Lazy bitmap font rendered text for slow hardware (non-working) --- amiga/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/options.h') diff --git a/amiga/options.h b/amiga/options.h index 868e28fdb..b94242085 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -63,6 +63,7 @@ NSOPTION_STRING(font_unicode, NULL) NSOPTION_STRING(font_unicode_file, NULL) NSOPTION_BOOL(font_unicode_only, false) NSOPTION_BOOL(font_antialiasing, true) +NSOPTION_BOOL(use_diskfont, false) NSOPTION_BOOL(drag_save_icons, true) NSOPTION_INTEGER(hotlist_window_xpos, 0) NSOPTION_INTEGER(hotlist_window_ypos, 0) -- cgit v1.2.3