mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 13:35:39 +00:00
MAME-SA: added cheats
This commit is contained in:
parent
8f290edff3
commit
6f087faccb
BIN
emu-configs/mame/cheat0264.zip
Normal file
BIN
emu-configs/mame/cheat0264.zip
Normal file
Binary file not shown.
|
@ -801,6 +801,9 @@ prepare_component() {
|
|||
set_setting_value "$mameconf" "diff_directory" "$saves_folder/mame-sa/diff" "mame"
|
||||
set_setting_value "$mameconf" "samplepath" "$bios_folder/mame-sa/samples" "mame"
|
||||
|
||||
log i "Placing cheats in \"/var/data/mame/cheat\""
|
||||
unzip -j "$emuconfigs/mame/cheat0264.zip" 'cheat.7z' -d "/var/data/mame/cheat"
|
||||
|
||||
fi
|
||||
|
||||
if [[ "$component" =~ ^(gzdoom|all)$ ]]; then
|
||||
|
|
|
@ -83,10 +83,11 @@
|
|||
<li>FRAMEWORK: now there is a warning to check background windows, useful when installing RCPS3 firmware as some users were stuck on that screen without noticing the windows in the backgrounds</li>
|
||||
<li>COOKER_UPDATER: added the hash check before uninstalling the flatpak</li>
|
||||
<li>HELPER_FILES: updated links pointing to the new wiki</li>
|
||||
<li>MAME-SA: added cheats</li>
|
||||
<li>RYUJINX: added an helper file to specify how to install the firmware (not copying it in the folder)</li>
|
||||
<li>CITRA_LIBRETRO: upscaled to 2x (was 4x but was too much), set system as "New 3DS"</li>
|
||||
<li>RPCS3: included the confirm on quit preset, that can be enabled or disabled trough configurator like the other emulators</li>
|
||||
<li>RETROARCH: fixed an issue where if a zip contained more than the game files it failed to load the game</li>
|
||||
<li>CITRA_LIBRETRO: upscaled to 2x (was 4x but was too much), set system as "New 3DS"</li>
|
||||
<li>GW_LIBRETRO: Handheld Electronic (GW) Libretro is now the defaulted Game And Watch emulator (due to a bug)</li>
|
||||
<li>MESEN_LIBRETRO: enabled FDS disk auto load</li>
|
||||
<li>SCUMMVM_LIBRETRO: provided assets</li>
|
||||
|
|
Loading…
Reference in a new issue