1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 00:10:51 +01:00

iidxhook9: set TT multiplier

This commit is contained in:
Will Xyen 2021-01-02 12:10:20 -08:00 committed by b775d4b79856d2b538f34c4bd2ef68af9d144fff
parent ec435e7a7b
commit df8f3bc96a

View File

@ -166,6 +166,7 @@ static bool my_dll_entry_init(char *sidcode, struct property_node *param)
if (!iidxhook9_config_io.disable_bio2_emu) {
if (!iidxhook9_config_io.lightning_mode) {
bio2emu_init();
bio2_emu_bi2a_set_tt_multiplier(iidxhook9_config_io.tt_multiplier);
bio2_emu_bi2a_init(&bio2_emu, iidxhook9_config_io.disable_poll_limiter);
}
}