mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 04:36:01 +00:00
(Android) Followup to earlier commit
This commit is contained in:
parent
432d7a358a
commit
8467ce114c
@ -434,6 +434,7 @@ dpi_fallback:
|
||||
/* add a fallback in case the device doesn't report DPI.
|
||||
* Hopefully fixes issues with the moto G2. */
|
||||
dpi = 90;
|
||||
*value = (float)dpi;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user