See if this fixes Build Engine games on RG353P
This commit is contained in:
parent
18fe6b09ec
commit
775e46197d
1 changed files with 3 additions and 3 deletions
|
@ -4,20 +4,20 @@
|
|||
[GameSearch.Directories]
|
||||
Path=.
|
||||
Path=./*
|
||||
Path=/storage/.config/distribution/raze
|
||||
Path=Path=/storage/.config/game/raze
|
||||
Path=/storage/roms/build
|
||||
|
||||
# These are the directories to search for add-ons added with the -file
|
||||
# command line parameter, if they cannot be found with the path
|
||||
# as-is. Layout is the same as for GameSearch.Directories
|
||||
[FileSearch.Directories]
|
||||
Path=/storage/.config/distribution/raze
|
||||
Path=/storage/.config/game/raze
|
||||
Path=/storage/roms/build
|
||||
|
||||
# These are the directories to search for soundfonts that let listed in the menu.
|
||||
# Layout is the same as for GameSearch.Directories
|
||||
[SoundfontSearch.Directories]
|
||||
Path=/storage/.config/distribution/raze/soundfonts
|
||||
Path=Path=/storage/.config/game/raze/soundfonts
|
||||
|
||||
[LastRun]
|
||||
Version=2
|
||||
|
|
Loading…
Reference in a new issue