We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85455 commit 97f67edCopy full SHA for 97f67ed
retroarch/component_prepare.sh
@@ -43,6 +43,14 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
43
create_dir "$bios_path/dc"
44
create_dir "$bios_path/Mupen64plus"
45
create_dir "$bios_path/quasi88"
46
+ create_dir "$bios_path/mame2003/samples"
47
+ create_dir "$bios_path/mame2003/artwork"
48
+ create_dir "$bios_path/mame2003-plus/samples"
49
+ create_dir "$bios_path/mame2003-plus/artwork"
50
+ create_dir "$bios_path/mame2010/samples"
51
+ create_dir "$bios_path/mame2010/artwork"
52
+ create_dir "$bios_path/mame2010/crosshairs"
53
+ create_dir "$bios_path/mame2010/fonts"
54
55
retroarch_updater
56
0 commit comments