mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
Can't make up my mind - change back to c_converter
This commit is contained in:
parent
6d663aecd9
commit
bcf52583c2
@ -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…
x
Reference in New Issue
Block a user