summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* db_games_find(): Parse game name and descriptionPatrick McDermott2021-03-161-1/+2
|
* db_games_find(): Initialize game structuresPatrick McDermott2021-03-161-7/+7
|
* main(): Check db_games_find() return valuePatrick McDermott2021-03-161-5/+7
| | | | Fixes a bad free() if the games directory is empty or not found.
* Find games either in build dir or installedPatrick McDermott2021-03-161-4/+17
|
* db_games_find(): New functionPatrick McDermott2021-03-151-1/+12
|
* Add build system and package documentationPatrick McDermott2021-03-151-0/+9