Skip to content

Commit

Permalink
Merge pull request #220 from sydarn/revert-drastic-hack
Browse files Browse the repository at this point in the history
Revert drastic hack
  • Loading branch information
sydarn authored May 16, 2024
2 parents 00ec079 + 3685146 commit 5fdaceb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
Binary file not shown.
Binary file not shown.
7 changes: 1 addition & 6 deletions packages/emulators/standalone/drastic-sa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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""
Expand Down
6 changes: 0 additions & 6 deletions packages/rocknix/sources/post-update
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fdaceb

Please sign in to comment.