mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(Android) Build fix #2
This commit is contained in:
parent
8145662676
commit
7979198f08
@ -356,8 +356,7 @@ int system_property_get(const char *name, char *value)
|
||||
|
||||
static void frontend_android_get_name(char *s, size_t len)
|
||||
{
|
||||
int len = system_property_get("ro.product.model", s);
|
||||
(void)len;
|
||||
system_property_get("ro.product.model", s);
|
||||
}
|
||||
|
||||
static void frontend_android_get_version(int32_t *major, int32_t *minor, int32_t *rel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user