1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-08 03:58:43 +00:00
sys-con/ControllerUSB/include/ControllerHelpers.h
2019-11-08 15:56:20 +03:00

5 lines
174 B
C

#pragma once
#include "Controllers.h"
//Returns true if said controller supports said feature
bool DoesControllerSupport(ControllerType type, ControllerSupport supportType);