mirror of
https://github.com/libretro/libretro-super
synced 2025-01-07 18:55:29 +00:00
(libretro-build-database.sh) Change to C converter
This commit is contained in:
parent
8f19b61860
commit
e570dfbf1f
@ -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}/dat_converter ${DBFILE} "${2}"'
|
||||
COMMAND='${BASE_DIR}/${LIBRETRODB_BASE_DIR}/c_converter ${DBFILE} "${2}"'
|
||||
|
||||
#Check if main DAT is there
|
||||
if [ -f "${LIBRETRODATABASE_DAT_DIR}/${1}.dat" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user