mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
10 lines
279 B
C
10 lines
279 B
C
#pragma once
|
|
|
|
#include "Common/CommonWindows.h"
|
|
|
|
#include "Windows/Hid/HidCommon.h"
|
|
|
|
bool InitializeSwitchPro(HANDLE handle);
|
|
void GetSwitchButtonInputMappings(const ButtonInputMapping **mappings, size_t *size);
|
|
bool ReadSwitchProInput(HANDLE handle, HIDControllerState *state);
|