Change default scaling option from Linear to xBRZ + NN
This is the recommended option, accoring to the Advanced Graphics Options dialog.
This commit is contained in:
parent
fac813d24f
commit
8cce597edd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ const int def_window_height = 768;
|
|||
const int min_font_scaling = 80;
|
||||
const int max_font_scaling = 150;
|
||||
|
||||
const SCALING_ALGORITHM default_scaling_algorithm = SCALING_ALGORITHM::LINEAR;
|
||||
const SCALING_ALGORITHM default_scaling_algorithm = SCALING_ALGORITHM::XBRZ_NN;
|
||||
|
||||
class prefs_event_handler : public events::sdl_handler {
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue