diff --git a/app/src/screen.c b/app/src/screen.c index c6838946..6587d659 100644 --- a/app/src/screen.c +++ b/app/src/screen.c @@ -18,8 +18,8 @@ SDL_bool sdl_init_and_configure(void) { atexit(SDL_Quit); - // Bilinear resizing - if (!SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1")) { + // Use the best available scale quality + if (!SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "2")) { LOGW("Could not enable bilinear filtering"); }