drivers bugfix wrong return value

This commit is contained in:
silverqx
2024-03-11 16:45:32 +01:00
parent c64170cad2
commit f276163ce8

View File

@@ -431,7 +431,7 @@ namespace
// Nothing to do
if (handle == nullptr)
return false;
return std::wstring();
return FsUtils::getModuleFileName(handle);
#elif __linux__