forked from TeamTofuShop/segatools
[epay]: hook enabled by default
This commit is contained in:
@ -360,5 +360,5 @@ void epay_config_load(struct epay_config *cfg, const wchar_t *filename)
|
|||||||
assert(filename != NULL);
|
assert(filename != NULL);
|
||||||
|
|
||||||
cfg->enable = GetPrivateProfileIntW(L"epay", L"enable", 1, filename);
|
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);
|
||||||
}
|
}
|
||||||
|
8
dist/apm3/segatools.ini
vendored
8
dist/apm3/segatools.ini
vendored
@ -118,14 +118,10 @@ targetAssembly=
|
|||||||
[mount]
|
[mount]
|
||||||
; Enables W: drive mapping instead of using .vhd files
|
; Enables W: drive mapping instead of using .vhd files
|
||||||
enable=1
|
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
|
delay=1
|
||||||
|
|
||||||
[epay]
|
|
||||||
; Enables the Thinca emulation. This will allow you to enable E-Money on compatible servers.
|
|
||||||
enable=1
|
|
||||||
|
|
||||||
|
|
||||||
; -----------------------------------------------------------------------------
|
; -----------------------------------------------------------------------------
|
||||||
; Custom IO settings
|
; Custom IO settings
|
||||||
; -----------------------------------------------------------------------------
|
; -----------------------------------------------------------------------------
|
||||||
|
@ -661,6 +661,6 @@ Enables the Thinca emulation. This will allow you to enable E-Money on compatibl
|
|||||||
|
|
||||||
### `hook`
|
### `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.
|
Enables hooking of respective Thinca DLL functions to emulate the existence of E-Money. This cannot be used with a real E-Money server.
|
Reference in New Issue
Block a user