Files
recalbox-savesync/savesync.conf
2026-02-27 20:04:32 -06:00

9 lines
313 B
Bash

#!/bin/ash
#shellcheck shell=dash
export LOG_FILE="/recalbox/share/system/logs/savesync_monitor.log"
export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log"
export DEBUG_MODE=1
export REMOTE_BASE="saves:gamepi-tv"
export TOPIC="/Recalbox/EmulationStation/Event"
export LOG_TOPIC="Recalbox/Log/Service"