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
b8c960b526
commit
d98dc984f3
@ -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