Updating for multiple devices.

This commit is contained in:
Brooksytech 2022-04-05 11:35:03 -07:00 committed by GitHub
parent d451f6ddfc
commit 5d45d43af6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,6 @@ makeinstall_target() {
#$STRIP ${UPLUGINDIR}/mupen64plus-input-sdl.so
chmod 0644 ${UPLUGINDIR}/mupen64plus-input-sdl.so
mkdir -p ${USHAREDIR}
cp ${PKG_DIR}/config/* ${USHAREDIR}
cp ${PKG_DIR}/config/${DEVICE}/* ${USHAREDIR}
chmod 644 ${USHAREDIR}/InputAutoCfg.ini
}