mirror of
https://github.com/libretro/libretro-super
synced 2025-02-04 15:40:07 +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
@ -145,6 +145,11 @@ build_libretro_database() {
|
||||
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
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/rumble/${1}.dat"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user