Expand window scale factors up to 8×
5× is just about the highest factor useful for a 3840×2160 (“4K”) monitor with games running in 320×200 mode. 7680×4320 (“8K”) monitors are also on the market and the higher scale factors should be useful for them too.
This commit is contained in:
@@ -81,6 +81,12 @@ private slots:
|
||||
void on_action1x_triggered();
|
||||
void on_action1_5x_triggered();
|
||||
void on_action2x_triggered();
|
||||
void on_action3x_triggered();
|
||||
void on_action4x_triggered();
|
||||
void on_action5x_triggered();
|
||||
void on_action6x_triggered();
|
||||
void on_action7x_triggered();
|
||||
void on_action8x_triggered();
|
||||
void on_actionLinear_triggered();
|
||||
void on_actionNearest_triggered();
|
||||
void on_actionFullScreen_int_triggered();
|
||||
|
||||
Reference in New Issue
Block a user