mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
8 lines
252 B
C
8 lines
252 B
C
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
bool InitializeDualSense(HANDLE handle, int outReportSize);
|
|
bool ShutdownDualsense(HANDLE handle, int outReportSize);
|
|
bool ReadDualSenseInput(HANDLE handle, HIDControllerState *state, int inReportSize);
|