mirror of https://github.com/PCSX2/pcsx2.git
8 lines
160 B
C
8 lines
160 B
C
|
int DualShock3Possible();
|
||
|
void EnumDualShock3s();
|
||
|
#include "InputManager.h"
|
||
|
|
||
|
// May move elsewhere in the future.
|
||
|
int InitLibUsb();
|
||
|
void UninitLibUsb();
|