From 54feabe845b9f444b7288681d6b502103a97fe07 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 10 Jan 2016 12:07:46 +0000 Subject: Set some memory and speed options by default for OS3 --- amiga/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga/options.h') diff --git a/amiga/options.h b/amiga/options.h index 317e5dfdc..728f6d4d1 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -50,7 +50,7 @@ NSOPTION_STRING(download_dir, NULL) NSOPTION_BOOL(download_notify, true) NSOPTION_BOOL(faster_scroll, true) NSOPTION_BOOL(scale_quality, false) -NSOPTION_INTEGER(dither_quality, 1) +NSOPTION_INTEGER(dither_quality, 0) NSOPTION_INTEGER(mask_alpha, 50) NSOPTION_BOOL(ask_overwrite, true) NSOPTION_INTEGER(printer_unit, 0) @@ -63,7 +63,7 @@ NSOPTION_STRING(font_surrogate, 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(use_diskfont, false) NSOPTION_BOOL(drag_save_icons, true) NSOPTION_INTEGER(hotlist_window_xpos, 0) NSOPTION_INTEGER(hotlist_window_ypos, 0) @@ -89,6 +89,6 @@ NSOPTION_INTEGER(monitor_aspect_y, 0) NSOPTION_BOOL(accept_lang_locale, true) /* Options relevant for OS3 only */ #ifndef __amigaos4__ -NSOPTION_BOOL(friend_bitmap, false) +NSOPTION_BOOL(friend_bitmap, true) #endif -- cgit v1.2.3