Skip to content

Commit

Permalink
fpbuild: fix for 128p screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakurdyukov authored May 6, 2023
1 parent ea4eec8 commit f9dc839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fpbuild/fp_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ int setvideomode(int x, int y, int c, int fs) {

getvalidmodes();
x = disp->w1; y = disp->h1;
if (sys_data.scaler) x <<= 1, y <<= 1;
buildprintf("Setting video mode %dx%d\n", x, y);

//if (baselayer_videomodewillchange) baselayer_videomodewillchange();
Expand Down

0 comments on commit f9dc839

Please sign in to comment.