Skip to content

Commit

Permalink
Merge TheGamesDB metadata in the RDBs
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Feb 2, 2016
1 parent bcf5258 commit 8ed56d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libretro-build-database.sh
Expand Up @@ -160,6 +160,11 @@ build_libretro_database() {
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/enhancement_hw/${1}.dat"'
fi

#Check if meta TGDB DAT is there
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/tgdb/${1}.dat" ]; then
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/tgdb/${1}.dat"'
fi

eval ${COMMAND}
if [ -f ${DBFILE} ]; then
mv ${DBFILE} "${RDB_DIR}/${1}.rdb"
Expand Down

0 comments on commit 8ed56d4

Please sign in to comment.