diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/display.c b/setup/display.c index 78abafdf..5e9d4fcf 100644 --- a/setup/display.c +++ b/setup/display.c @@ -71,7 +71,7 @@ int aspect_ratio_correct = 1; int fullscreen = 1; int screen_width = 320; int screen_height = 200; -int startup_delay = 0; +int startup_delay = 1000; int show_endoom = 1; // These are the last screen width/height values that were chosen by the |