Skip to content

Commit

Permalink
Merge pull request #1202 from fabiangreffrath/match-screen-by-default
Browse files Browse the repository at this point in the history
Aspect ratio to match screen by default
  • Loading branch information
SoDOOManiac authored Aug 1, 2024
2 parents 94bcf7e + 9540c83 commit d46ab3f
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 d46ab3f

Please sign in to comment.