mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
Merge pull request #1236 from RobLoach/patch-75
database: Add genre DATs to the build script
This commit is contained in:
commit
a45e51ee75
@ -144,6 +144,11 @@ build_libretro_database() {
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/releaseyear/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/releaseyear/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check if meta genre DAT is there
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/genre/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/genre/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check if meta rumble DAT is there
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/rumble/${1}.dat" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user