mirror of https://github.com/PCSX2/pcsx2.git
6 lines
181 B
C
6 lines
181 B
C
|
#include "InputManager.h"
|
||
|
|
||
|
// Can't enumerate raw devices, can only detect them when
|
||
|
// receiving data from them, so just use the list from before.
|
||
|
void EnumRawInputDevices();
|