Skip to content

Commit

Permalink
tweak(client): block 'OMEN_Camera_x64'
Browse files Browse the repository at this point in the history
some HP software, it's crashing everyone that has it installed
  • Loading branch information
neptunium-cfx committed Jan 1, 2024
1 parent 030778a commit e21d097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/client/citicore/FileMapping.Win32.cpp
Expand Up @@ -644,6 +644,8 @@ NTSTATUS NTAPI LdrLoadDllStub(const wchar_t* fileName, uint32_t* flags, UNICODE_
// VulkanRT loader, we don't use Vulkan, CEF does (to 'collect info'), and this crashes a lot of Vulkan drivers
(moduleNameStr.find(L"vulkan-1.dll") != std::string::npos && getenv("CitizenFX_ToolMode")) ||
#endif
// omen gaming hub (HP's software) - it crashes everyone that has this software installed for unknown reasons
moduleNameStr.find(L"omen_camera_x64.dll") != std::string::npos ||
false
)
{
Expand Down

0 comments on commit e21d097

Please sign in to comment.