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:
Charles Dang 2017-03-14 10:44:28 +11:00
parent fac813d24f
commit 8cce597edd

View file

@ -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: