mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-20 07:24:01 -05:00
sdvxhook2: fix usage info naming wrong port
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user