forked from Green-Sky/tomato
update sdl Merge commit '4d48f9d23713d94b861da7b5d41baf2a41334994'
This commit is contained in:
@ -188,7 +188,7 @@ static float CalculateRefreshRate(drmModeModeInfo *mode)
|
||||
den *= mode->vscan;
|
||||
}
|
||||
|
||||
return ((100 * num) / den) / 100.0f;
|
||||
return ((100 * (Sint64)num) / den) / 100.0f;
|
||||
}
|
||||
|
||||
static int KMSDRM_Available(void)
|
||||
|
Reference in New Issue
Block a user