mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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)
|
||||
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)
|
||||
goto failed;
|
||||
|
@ -159,7 +159,7 @@ function get_value()
|
||||
pegi_rating = t.pegi_rating,
|
||||
cero_rating = t.cero_rating,
|
||||
|
||||
developers = t.developers,
|
||||
developer = t.developer,
|
||||
publisher = t.publisher,
|
||||
origin = t.origin,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user