mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Fix wrong path for custom drivers
This commit is contained in:
@@ -182,7 +182,7 @@ std::string get_custom_driver_lib_name(const fs::path& driver_path)
|
||||
|
||||
void* load_custom_driver()
|
||||
{
|
||||
std::string driver_path = "test"; //g_config.data().custom_driver_path;
|
||||
std::string driver_path = GetConfig().custom_driver_path;
|
||||
if (driver_path.empty())
|
||||
return nullptr;
|
||||
std::string driver_name = get_custom_driver_lib_name(driver_path);
|
||||
|
||||
Reference in New Issue
Block a user