mirror of
https://github.com/libretro/mupen64plus-libretro-nx.git
synced 2024-11-26 18:00:45 +00:00
Stub ConfigGetParamBool use
This commit is contained in:
parent
544ef0f955
commit
c2f6acfe3b
@ -1414,7 +1414,7 @@ m64p_error main_run(void)
|
||||
uint64_t mpk_seed = !netplay_is_init() ? (uint64_t)time(NULL) : 0;
|
||||
l_mpk_idgen = xoshiro256pp_seed(mpk_seed);
|
||||
|
||||
no_compiled_jump = ConfigGetParamBool(g_CoreConfig, "NoCompiledJump");
|
||||
no_compiled_jump = 0; //ConfigGetParamBool(g_CoreConfig, "NoCompiledJump");
|
||||
//We disable any randomness for netplay
|
||||
//randomize_interrupt = !netplay_is_init() ? ConfigGetParamBool(g_CoreConfig, "RandomizeInterrupt") : 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user