mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/mame: Fix mame.ini bgfx_path.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
5ce75f32cd
commit
719ddc56a5
2 changed files with 8 additions and 1 deletions
|
@ -9,6 +9,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170404 bkw:
|
||||
# - mame.ini: get rid of $HOME in bgfx_path. Thanks to Doogster for
|
||||
# reporting this.
|
||||
|
||||
# 20170330 bkw:
|
||||
# - Updated for v0.184.
|
||||
|
||||
|
|
|
@ -18,12 +18,15 @@ readconfig 1
|
|||
rompath $HOME/.mame/roms;/usr/share/games/mame/roms
|
||||
samplepath $HOME/.mame/samples;/usr/share/games/mame/samples
|
||||
artpath $HOME/.mame/artwork;/usr/share/games/mame/artwork
|
||||
bgfx_path $HOME/.mame/bgfx;/usr/share/games/mame/bgfx
|
||||
ctrlrpath $HOME/.mame/ctrlr;/usr/share/games/mame/ctrlr
|
||||
inipath $HOME/.mame;/etc
|
||||
fontpath $HOME/.mame;/usr/share/games/mame/font
|
||||
cheatpath $HOME/.mame/cheat;/usr/share/games/mame/cheat
|
||||
|
||||
# This one doesn't support $HOME
|
||||
#bgfx_path $HOME/.mame/bgfx;/usr/share/games/mame/bgfx
|
||||
bgfx_path /usr/share/games/mame/bgfx
|
||||
|
||||
#
|
||||
# CORE OUTPUT DIRECTORY OPTIONS
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue