summaryrefslogtreecommitdiffstats
path: root/src/game.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes a bad calloc() if the games directory is empty or not found.
* Find games either in build dir or installedPatrick McDermott2021-03-161-2/+2
|
* db_games_find(): New functionPatrick McDermott2021-03-151-0/+55