add retroplayer game saves to default file list

This commit is contained in:
Rob Weber
2019-08-19 11:41:08 -05:00
parent c9415cbf59
commit 90e4b0c1f4
4 changed files with 24 additions and 9 deletions

View File

@ -25,7 +25,7 @@ class XbmcBackup:
Restore = 1
#list of dirs for the "simple" file selection
simple_directory_list = ['addons','addon_data','database','playlists','profiles','thumbnails','config']
simple_directory_list = ['addons','addon_data','database','game_saves','playlists','profiles','thumbnails','config']
#file systems
xbmc_vfs = None