mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 04:36:59 +00:00
Explicitly use wide version of win API
This commit is contained in:
parent
c7c7e5c29d
commit
518eca80c3
6 changed files with 22 additions and 42 deletions
|
|
@ -42,7 +42,7 @@ private:
|
|||
GUID m_product_guid{};
|
||||
|
||||
std::shared_mutex m_mutex;
|
||||
Microsoft::WRL::ComPtr<IDirectInputDevice8> m_device;
|
||||
Microsoft::WRL::ComPtr<IDirectInputDevice8W> m_device;
|
||||
Microsoft::WRL::ComPtr<IDirectInputEffect> m_effect;
|
||||
|
||||
std::array<LONG, 6> m_min_axis{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue