[epay]: hook enabled by default

This commit is contained in:
2025-07-27 18:06:58 +02:00
parent ded1375e88
commit bb01e131e9
3 changed files with 4 additions and 8 deletions

View File

@ -360,5 +360,5 @@ void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
assert(filename != NULL);
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
cfg->hook = GetPrivateProfileIntW(L"epay", L"hook", 0, filename);
cfg->hook = GetPrivateProfileIntW(L"epay", L"hook", 1, filename);
}

View File

@ -118,14 +118,10 @@ targetAssembly=
[mount]
; Enables W: drive mapping instead of using .vhd files
enable=1
; Delays the mount operation by a slight bit, so the launch sound effect isn't cut off.
; Delays the mount operation by a slight bit, so the launch sound effect
; is not cut off.
delay=1
[epay]
; Enables the Thinca emulation. This will allow you to enable E-Money on compatible servers.
enable=1
; -----------------------------------------------------------------------------
; Custom IO settings
; -----------------------------------------------------------------------------

View File

@ -661,6 +661,6 @@ Enables the Thinca emulation. This will allow you to enable E-Money on compatibl
### `hook`
Default: `0`
Default: `1`
Enables hooking of respective Thinca DLL functions to emulate the existence of E-Money. This cannot be used with a real E-Money server.