if [ $cfg_rollbackuisound_hack_enabled == "y" ]; then

# SNES Mini (USA)
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav"

# SNES Mini (EUR)
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav"

# Super Famicom Mini (JAP)
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cancel.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Count.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Cursor.wav"
[ -f "$mountpoint/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" ] && overmount "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav" "/usr/share/canoe/rollback-ui/SE_SYS_Click_Replay.wav"

fi
