1
0
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:
Will Xyen 2019-12-01 12:35:40 -05:00
parent 48622f6a58
commit 74ddd96d32
2 changed files with 2 additions and 2 deletions

View File

@ -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 io.disable_card_reader_emu=false
# Disable BIO2 emulation and enable usage of real BIO2 hardware # Disable BIO2 emulation and enable usage of real BIO2 hardware

View File

@ -20,7 +20,7 @@ void sdvxhook2_config_io_init(struct cconfig *config)
SDVXHOOK2_CONFIG_IO_DISABLE_CARD_READER_EMU_KEY, SDVXHOOK2_CONFIG_IO_DISABLE_CARD_READER_EMU_KEY,
SDVXHOOK2_CONFIG_IO_DEFAULT_DISABLE_CARD_READER_EMU_VALUE, SDVXHOOK2_CONFIG_IO_DEFAULT_DISABLE_CARD_READER_EMU_VALUE,
"Disable card reader emulation and enable usage of real card reader " "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( cconfig_util_set_bool(
config, config,