updated makefile
Added missing slash in the default kickstarts path
This commit is contained in:
parent
4287ecea8c
commit
45d181297c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
|
|||
DEFS += -I/usr/include/libxml2
|
||||
DEFS += -DCPU_arm -DARM_ASSEMBLY -DARMV6_ASSEMBLY -DGP2X -DPANDORA -DSIX_AXIS_WORKAROUND
|
||||
DEFS += -DWITH_INGAME_WARNING
|
||||
DEFS += -DROM_PATH_PREFIX=\"./kickstarts\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./savestates/\"
|
||||
DEFS += -DROM_PATH_PREFIX=\"./kickstarts/\" -DDATA_PREFIX=\"./data/\" -DSAVE_PREFIX=\"./savestates/\"
|
||||
DEFS += -DUSE_SDL
|
||||
|
||||
ifeq ($(USE_PICASSO96), 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue