mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Add edge_magazine_review entry
This commit is contained in:
parent
5f99253cc7
commit
7232a6a56b
@ -1068,6 +1068,12 @@ static int deferred_push_rdb_entry_detail(void *data, void *userdata,
|
|||||||
path, list) == -1)
|
path, list) == -1)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
if (db_info_entry->edge_magazine_review)
|
||||||
|
{
|
||||||
|
if (create_string_list_rdb_entry_string("Edge Magazine Review", "rdb_entry_edge_magazine_review",
|
||||||
|
db_info_entry->edge_magazine_review, path, list) == -1)
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
if (db_info_entry->edge_magazine_rating)
|
if (db_info_entry->edge_magazine_rating)
|
||||||
{
|
{
|
||||||
if (create_string_list_rdb_entry_int("Edge Magazine Rating",
|
if (create_string_list_rdb_entry_int("Edge Magazine Rating",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user