mirror of
https://github.com/libretro/libretro-super
synced 2025-02-10 06:40:32 +00:00
libretro-build-database.sh - change back to 'dat_converter'
This commit is contained in:
parent
e570dfbf1f
commit
6d663aecd9
@ -58,7 +58,7 @@ build_libretro_database() {
|
||||
DBFILE=${BASE_DIR}/${LIBRETRODB_BASE_DIR}/db.rdb
|
||||
cd ${LIBRETRODB_BASE_DIR}/
|
||||
echo "=== Building ${1} ==="
|
||||
COMMAND='${BASE_DIR}/${LIBRETRODB_BASE_DIR}/c_converter ${DBFILE} "${2}"'
|
||||
COMMAND='${BASE_DIR}/${LIBRETRODB_BASE_DIR}/dat_converter ${DBFILE} "${2}"'
|
||||
|
||||
#Check if main DAT is there
|
||||
if [ -f "${LIBRETRODATABASE_DAT_DIR}/${1}.dat" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user