diff --git a/sdl1090/init.c b/sdl1090/init.c index b4c35a2..b7ef594 100644 --- a/sdl1090/init.c +++ b/sdl1090/init.c @@ -57,6 +57,8 @@ void init(char *title) Modes.screen_width = vInfo->current_w; Modes.screen_height = vInfo->current_h; Modes.screen_depth = vInfo->vfmt->BitsPerPixel; + + Modes.screen_upscale = 1; #endif diff --git a/sdl1090/status.c b/sdl1090/status.c index 85e4ada..c639474 100644 --- a/sdl1090/status.c +++ b/sdl1090/status.c @@ -40,7 +40,7 @@ void updateStatus() { maxDist = d; } - if(d < 100.0) { + if(d < 4.0) { Status.closeCall = a; }