fixed upscale default for RPI
Former-commit-id: a0c3672d310519229fbe15dff2e55fa0dcbc81cc Former-commit-id: 36042c20daf79197a3d718a9b5d0db58d124485f
This commit is contained in:
parent
96f0457439
commit
6663e5b21f
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ void updateStatus() {
|
|||
maxDist = d;
|
||||
}
|
||||
|
||||
if(d < 100.0) {
|
||||
if(d < 4.0) {
|
||||
Status.closeCall = a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue