Skip to content

Commit

Permalink
expand scaler max width to 1920, to make 1920x1080 modes work
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jan 21, 2015
1 parent 652f302 commit 2d9a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/render_scalers.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//#include "render.h"
#include "video.h"
#if RENDER_USE_ADVANCED_SCALERS>0
#define SCALER_MAXWIDTH 1600
#define SCALER_MAXWIDTH 1920
#define SCALER_MAXHEIGHT 1200
#else
// reduced to save some memory
Expand Down

0 comments on commit 2d9a67e

Please sign in to comment.