platform/vfs.c: add option path redirection
Optional for now, since not all games or configurations may need it. It may be better eventually to refactor hooklib/path.c to allow for static path remapping, to minimize boilerplate code around the functions.
This commit is contained in:
parent
54cd2f6e9a
commit
e97f6b5d8d
2
dist/chuni/segatools.ini
vendored
2
dist/chuni/segatools.ini
vendored
@ -1,6 +1,8 @@
|
||||
[vfs]
|
||||
; Insert the path to the game AMFS directory here (contains ICF1 and ICF2)
|
||||
amfs=
|
||||
; Insert the path to the game Option directory here (contains Axxx directories)
|
||||
option=
|
||||
; Create an empty directory somewhere and insert the path here.
|
||||
; This directory may be shared between multiple SEGA games.
|
||||
; NOTE: This has nothing to do with Windows %APPDATA%.
|
||||
|
Reference in New Issue
Block a user