Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install « snes_custom_filters.hmod « user_mods - github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d079aca10202dc4e13fed4342f73620aa9495492 (plain)
1
2
3
4
5
copy "$transferpath/p8030_snes_filters" "$preinitpath"
mkdir -p "$rootfs/usr/bin"
chmod +x "$transferpath/canoe-custom-filters"
copy "$transferpath/canoe-custom-filters" "$rootfs/usr/bin/"
return 1