Update_RetroDriven.ini 604 B

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