From cfb858a51cc1caacbe05900657b2203248f3852c Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 31 Aug 2017 21:46:58 +0300 Subject: [PATCH] Load liblv2.sprx by default --- rpcs3/Emu/System.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"};