diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 3df94b73..5dc54785 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -15,7 +15,7 @@ else fi . $BASE_DIR/libretro-config.sh -. $BASE_DIR/iKarith-super/fetch-rules.sh # will rename this dir later +. $BASE_DIR/script-modules/fetch-rules.sh # Keep three copies so we don't have to rebuild stuff all the time. diff --git a/iKarith-super/cpu.sh b/script-modules/cpu.sh similarity index 100% rename from iKarith-super/cpu.sh rename to script-modules/cpu.sh diff --git a/iKarith-super/fetch-rules.sh b/script-modules/fetch-rules.sh similarity index 100% rename from iKarith-super/fetch-rules.sh rename to script-modules/fetch-rules.sh