mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(libretroDB) Update 'developer'
This commit is contained in:
parent
6c8b19f4fa
commit
199d8803c8
@ -181,7 +181,7 @@ static int dat_value_provider(void *ctx, struct rmsgpack_dom_value *out)
|
|||||||
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
|
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
else if (strncmp(key, "developers", sizeof("developers")) == 0)
|
else if (strncmp(key, "developer", sizeof("developer")) == 0)
|
||||||
{
|
{
|
||||||
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
|
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
|
||||||
goto failed;
|
goto failed;
|
||||||
|
@ -159,7 +159,7 @@ function get_value()
|
|||||||
pegi_rating = t.pegi_rating,
|
pegi_rating = t.pegi_rating,
|
||||||
cero_rating = t.cero_rating,
|
cero_rating = t.cero_rating,
|
||||||
|
|
||||||
developers = t.developers,
|
developer = t.developer,
|
||||||
publisher = t.publisher,
|
publisher = t.publisher,
|
||||||
origin = t.origin,
|
origin = t.origin,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user