diff --git a/dist/sdvx5/sdvxhook2.conf b/dist/sdvx5/sdvxhook2.conf index 8e22ef6..9ce8740 100644 --- a/dist/sdvx5/sdvxhook2.conf +++ b/dist/sdvx5/sdvxhook2.conf @@ -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 diff --git a/src/main/sdvxhook2/config-io.c b/src/main/sdvxhook2/config-io.c index 704eb02..26f4224 100644 --- a/src/main/sdvxhook2/config-io.c +++ b/src/main/sdvxhook2/config-io.c @@ -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,