Skip to content

Commit

Permalink
Aspect ratio to match screen by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SoDOOManiac committed May 26, 2024
1 parent 3a7e9fc commit 9540c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crispy.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static crispy_t crispy_s = {
.truecolor = 1,
#endif
.vsync = 1,
.widescreen = 1, // match screen by default
};
crispy_t *const crispy = &crispy_s;

Expand Down

0 comments on commit 9540c83

Please sign in to comment.