summaryrefslogtreecommitdiffstats
path: root/src/game.c
Commit message (Expand)AuthorAgeFilesLines
* db_games_find(): Use db_locale_match()Patrick McDermott2021-03-171-11/+6
* db_games_find(): Match name and description langPatrick McDermott2021-03-161-6/+30
* db_games_find(): Print trimmed XML char dataPatrick McDermott2021-03-161-2/+2
* db_games_find(): Print XML char dataPatrick McDermott2021-03-161-2/+2
* db_games_find(): Support multiline XML char dataPatrick McDermott2021-03-161-1/+9
* db_games_find(): Parse game name and descriptionPatrick McDermott2021-03-161-4/+50
* db_games_find(): Parse games.xmlPatrick McDermott2021-03-161-4/+284
* db_games_find(): Initialize game structuresPatrick McDermott2021-03-161-2/+44
* db_games_find(): Check scandir() return valuePatrick McDermott2021-03-161-0/+6
* Find games either in build dir or installedPatrick McDermott2021-03-161-2/+2
* db_games_find(): New functionPatrick McDermott2021-03-151-0/+55