| 1234567891011121314 |
- #Base directory for all script’s tasks, "/media/fat" for SD root, "/media/usb0" for USB drive root.
- BASE_PATH="/media/fat"
- #Directory where RetroDriven Cores are downloaded
- #NOTE: Only change "RetroDriven" from the line below if needed
- CORE_CATEGORY_PATHS["arcade-cores"]="$BASE_PATH/_RetroDriven"
- #Option to delete old Cores after a new Core Update
- #You will likely want to keep this set to True
- DELETE_OLD_FILES="true"
- #Core Filtering - A space separated list of filters to only download the Cores that you'd like
- #EXAMPLE: REPOSITORIES_FILTER="BurgerTime Frogger MsPacman"
- REPOSITORIES_FILTER=""
|