mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-01-31 12:13:42 +01:00
sdvxhook2: fix usage info naming wrong port
This commit is contained in:
parent
48622f6a58
commit
74ddd96d32
2
dist/sdvx5/sdvxhook2.conf
vendored
2
dist/sdvx5/sdvxhook2.conf
vendored
@ -1,4 +1,4 @@
|
||||
# Disable card reader emulation and enable usage of real card reader hardware on COM0 (for games supporting slotted readers)
|
||||
# Disable card reader emulation and enable usage of real card reader hardware on COM2
|
||||
io.disable_card_reader_emu=false
|
||||
|
||||
# Disable BIO2 emulation and enable usage of real BIO2 hardware
|
||||
|
@ -20,7 +20,7 @@ void sdvxhook2_config_io_init(struct cconfig *config)
|
||||
SDVXHOOK2_CONFIG_IO_DISABLE_CARD_READER_EMU_KEY,
|
||||
SDVXHOOK2_CONFIG_IO_DEFAULT_DISABLE_CARD_READER_EMU_VALUE,
|
||||
"Disable card reader emulation and enable usage of real card reader "
|
||||
"hardware on COM0 (for games supporting slotted readers)");
|
||||
"hardware on COM2");
|
||||
|
||||
cconfig_util_set_bool(
|
||||
config,
|
||||
|
Loading…
x
Reference in New Issue
Block a user