forked from Hay1tsme/segatools
platform/vfs.c: Abort if VFS is misconfigured
This commit is contained in:
@ -283,7 +283,7 @@ void vfs_config_load(struct vfs_config *cfg, const wchar_t *filename)
|
||||
GetPrivateProfileStringW(
|
||||
L"vfs",
|
||||
L"amfs",
|
||||
L"E:\\",
|
||||
L"",
|
||||
cfg->amfs,
|
||||
_countof(cfg->amfs),
|
||||
filename);
|
||||
@ -291,7 +291,7 @@ void vfs_config_load(struct vfs_config *cfg, const wchar_t *filename)
|
||||
GetPrivateProfileStringW(
|
||||
L"vfs",
|
||||
L"appdata",
|
||||
L"Y:\\",
|
||||
L"",
|
||||
cfg->appdata,
|
||||
_countof(cfg->appdata),
|
||||
filename);
|
||||
|
Reference in New Issue
Block a user