diff --git a/packages/emulators/standalone/drastic-sa/config/RK3326/libSDL2-2.0.so.0 b/packages/emulators/standalone/drastic-sa/config/RK3326/libSDL2-2.0.so.0 deleted file mode 100644 index 7711fa8c0..000000000 Binary files a/packages/emulators/standalone/drastic-sa/config/RK3326/libSDL2-2.0.so.0 and /dev/null differ diff --git a/packages/emulators/standalone/drastic-sa/config/RK3566/libSDL2-2.0.so.0 b/packages/emulators/standalone/drastic-sa/config/RK3566/libSDL2-2.0.so.0 deleted file mode 100644 index 3ec61003f..000000000 Binary files a/packages/emulators/standalone/drastic-sa/config/RK3566/libSDL2-2.0.so.0 and /dev/null differ diff --git a/packages/emulators/standalone/drastic-sa/package.mk b/packages/emulators/standalone/drastic-sa/package.mk index 90920edbc..ccc69b4e0 100644 --- a/packages/emulators/standalone/drastic-sa/package.mk +++ b/packages/emulators/standalone/drastic-sa/package.mk @@ -38,14 +38,9 @@ post_install() { else LIBEGL="" fi + HOTKEY="" ;; - RK3566|RK3326) - LIBEGL="" - HOTKEY="" - patchelf --replace-needed libSDL2-2.0.so.0 /usr/config/drastic/config/libSDL2-2.0.so.0 \ - ${INSTALL}/usr/config/drastic/drastic - ;; RK3588) LIBEGL="" HOTKEY="export HOTKEY="guide"" diff --git a/packages/rocknix/sources/post-update b/packages/rocknix/sources/post-update index f53ea01a6..b74210d8f 100644 --- a/packages/rocknix/sources/post-update +++ b/packages/rocknix/sources/post-update @@ -91,9 +91,3 @@ fi # Move PSP saves to new directories /usr/bin/psp_save_mover.sh - -# 2024-05-15: clean drastic on rk3326, rk3566 -if echo ${HW_DEVICE} | grep -e "RK3326\|RK3566"; then - echo "Cleaning drastic" - rm -rf /storage/.config/drastic -fi