raze.ini typo in config path
This commit is contained in:
parent
6191dd8b6f
commit
f19f3bebb1
1 changed files with 3 additions and 3 deletions
|
@ -4,20 +4,20 @@
|
|||
[GameSearch.Directories]
|
||||
Path=.
|
||||
Path=./*
|
||||
Path=/storage/.config/distribution/raze
|
||||
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=/storage/.config/game/raze/soundfonts
|
||||
|
||||
[LastRun]
|
||||
Version=2
|
||||
|
|
Loading…
Reference in a new issue