mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Merge pull request #21198 from HR1025/bugfix/build
Fix build in windows with cmake
This commit is contained in:
@@ -2775,6 +2775,8 @@ set(WindowsFiles
|
||||
Windows/CaptureDevice.h
|
||||
Windows/DinputDevice.cpp
|
||||
Windows/DinputDevice.h
|
||||
Windows/Hid/HidCommon.h
|
||||
Windows/Hid/HidCommon.cpp
|
||||
Windows/Hid/HidInputDevice.h
|
||||
Windows/Hid/HidInputDevice.cpp
|
||||
Windows/Hid/DualSense.h
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
#include <hidsdi.h>
|
||||
#include "Common/CommonWindows.h"
|
||||
|
||||
#include <hidsdi.h>
|
||||
|
||||
#include "HidCommon.h"
|
||||
|
||||
bool WriteReport(HANDLE handle, const u8 *data, size_t size) {
|
||||
DWORD written;
|
||||
bool result = WriteFile(handle, data, size, &written, NULL);
|
||||
|
||||
Reference in New Issue
Block a user