Skip to content

Commit d7a3f88

Browse files
committed
supermodel3: add the Assets folder in x86
The folder contains the crosshairs bitmaps used in the `main` branch, installed only `x86`.
1 parent d09fe1d commit d7a3f88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scriptmodules/emulators/supermodel3.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function install_supermodel3() {
4949
'Docs/LICENSE.txt'
5050
'Docs/README.txt'
5151
)
52+
isPlatform "x86" && md_ret_files+=("Assets")
5253
}
5354

5455
function configure_supermodel3() {
@@ -75,10 +76,12 @@ function configure_supermodel3() {
7576
mkUserDir "$conf_dir/NVRAM"
7677
mkUserDir "$conf_dir/Saves"
7778
mkUserDir "$conf_dir/Config"
79+
isPlatform "x86" && mkUserDir "$conf_dir/Assets"
7880

7981
# on upgrades keep the local config, but overwrite the game configs
8082
copyDefaultConfig "$md_inst/Config/Supermodel.ini" "$conf_dir/Config/Supermodel.ini"
8183
cp -f "$md_inst/Config/Games.xml" "$conf_dir/Config/"
84+
isPlatform "x86" && cp -fr "$md_inst/Assets" "$conf_dir"
8285
chown -R "$user:$user" "$conf_dir"
8386

8487
cat >"$md_inst/supermodel.sh" <<_EOF_

0 commit comments

Comments
 (0)