mirror of
https://github.com/libretro/libretro-super
synced 2025-03-29 10:20:19 +00:00
db: Add a homebrew folder
This will allow us to stick homebrew games in a homebrew folder, rather than having to use the hacks directory.
This commit is contained in:
parent
c8efdd4ba3
commit
193dfced4b
@ -170,6 +170,11 @@ build_libretro_database() {
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/hacks/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check if meta homebrew is there
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/homebrew/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/homebrew/${1}.dat"'
|
||||
fi
|
||||
|
||||
#Check for the MAME folders
|
||||
if [ -f "${LIBRETRODATABASE_META_DAT_DIR}/mame-nonmerged/${1}.dat" ]; then
|
||||
COMMAND+=' "${LIBRETRODATABASE_META_DAT_DIR}/mame-nonmerged/${1}.dat"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user