Skip to content

Commit

Permalink
Add the silly resolution of 160x90
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Jun 24, 2024
1 parent 85c45b1 commit f2e9c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ struct subsector_s *R_PointInSubsector (fixed_t x, fixed_t y)
/*============================================================================= */

const VINT viewports[][2][3] = {
{ { 160, 90, false }, { 160, 100, false } },
{ { 224, 128, false }, { 160, 100, false } },
{ { 256, 144, true }, { 160, 128, true } },
{ { 320, 180, false }, { 160, 144, false } },
Expand Down

0 comments on commit f2e9c2c

Please sign in to comment.