sdvxhook2: fix usage info naming wrong port

This commit is contained in:
Will Xyen
2019-12-01 12:38:22 -05:00
parent 48622f6a58
commit 74ddd96d32
2 changed files with 2 additions and 2 deletions
+1 -1
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
# Disable BIO2 emulation and enable usage of real BIO2 hardware
+1 -1
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_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,