From 3258d2d824c93f59054c6cfee54eccf6046b3fdb Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 23 Aug 2024 23:31:41 +0900 Subject: [PATCH] RUFFLE: adding post-update reset command in order to init it [skip ci] --- functions/post_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/post_update.sh b/functions/post_update.sh index 146a8d10..d5c72f5d 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -378,6 +378,7 @@ post_update() { # Placeholder for version 0.9.0b set_setting_value "$raconf" "libretro_info_path" "/var/config/retroarch/cores" "retroarch" + prepare_component "reset" "ruffle" # TODO: check this # rm /var/config/emulationstation/.emulationstation # remving the old symlink to .emulationstation as it might be not needed anymore