forked from Dniel97/segatools
aimeio: Fix INI loading
Got bitten by the win32 INI API's handling of relative paths again.
This commit is contained in:
parent
9137a36a53
commit
34ad466df2
@ -164,7 +164,7 @@ static HRESULT aime_io_generate_felica(
|
||||
|
||||
HRESULT aime_io_init(void)
|
||||
{
|
||||
aime_io_config_read(&aime_io_cfg, L"segatools.ini");
|
||||
aime_io_config_read(&aime_io_cfg, L".\\segatools.ini");
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user