commit
e0559615b8
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ fi
|
||||||
if [ -d "${GAME_DIR}/${HW_ARCH}" ]
|
if [ -d "${GAME_DIR}/${HW_ARCH}" ]
|
||||||
then
|
then
|
||||||
LAUNCH_DIR="${GAME_DIR}/${HW_ARCH}"
|
LAUNCH_DIR="${GAME_DIR}/${HW_ARCH}"
|
||||||
|
else
|
||||||
|
LAUNCH_DIR="${GAME_DIR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -f /usr/config/SDL-GameControllerDB/gamecontrollerdb.txt ${LAUNCH_DIR}/sdl_controllers.txt
|
cp -f /usr/config/SDL-GameControllerDB/gamecontrollerdb.txt ${LAUNCH_DIR}/sdl_controllers.txt
|
||||||
|
|
Loading…
Reference in a new issue