diff --git a/rpcs3/Emu/System.h b/rpcs3/Emu/System.h index c6bb1ee76d..ead0cdd4f1 100644 --- a/rpcs3/Emu/System.h +++ b/rpcs3/Emu/System.h @@ -283,7 +283,7 @@ struct cfg_root : cfg::node cfg::_int<0, 16> spu_delay_penalty{this, "SPU delay penalty", 3}; //Number of milliseconds to block a thread if a virtual 'core' isn't free cfg::_bool spu_loop_detection{this, "SPU loop detection", true}; //Try to detect wait loops and trigger thread yield - cfg::_enum lib_loading{this, "Lib Loader", lib_loading_type::automatic}; + cfg::_enum lib_loading{this, "Lib Loader", lib_loading_type::liblv2only}; cfg::_bool hook_functions{this, "Hook static functions"}; cfg::set_entry load_libraries{this, "Load libraries"};