Merge pull request #3031 from sydarn/rk3326-post-update
Fix post update ppsspp
This commit is contained in:
commit
ea44ab254d
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ clean_list="ODROID-GO Advance Black Edition Powkiddy RGB10"
|
|||
if echo "${clean_list}" | grep "$model"; then
|
||||
rm -rf /storage/.config/mupen64plus
|
||||
rm -rf /storage/.config/drastic
|
||||
rm -rf /storage/.config/ppsspp
|
||||
rm -rf /storage/.config/mednafen/mednafen.cfg
|
||||
rm -f /storage/.config/ppsspp/PSP/SYSTEM/controls.ini
|
||||
rm -f /storage/.config/mednafen/mednafen.cfg
|
||||
fi
|
||||
if [ "${model}" = "Powkiddy RGB10" ]; then
|
||||
rm -f /storage/joypads/odroidgo2_v11_joypad.cfg
|
||||
|
|
Loading…
Reference in a new issue