Skip to content

Commit

Permalink
Make default resolution 640x480
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Apr 11, 2011
1 parent 07aa3e8 commit 533c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysconfig.c
Expand Up @@ -124,7 +124,7 @@ static int readconfig(const char *filename, struct sysconfig *out)
static struct sysconfig sysconfig = { static struct sysconfig sysconfig = {
.magic = SYSCONFIG_MAGIC, .magic = SYSCONFIG_MAGIC,
.version = SYSCONFIG_VERSION, .version = SYSCONFIG_VERSION,
.resolution = SC_RESOLUTION_1024_768, .resolution = SC_RESOLUTION_640_480,
.wallpaper = "/flash/comet.png", .wallpaper = "/flash/comet.png",
.language = SC_LANGUAGE_ENGLISH, .language = SC_LANGUAGE_ENGLISH,
.keyboard_layout = SC_KEYBOARD_LAYOUT_GERMAN, .keyboard_layout = SC_KEYBOARD_LAYOUT_GERMAN,
Expand Down

0 comments on commit 533c99c

Please sign in to comment.