mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
GCAdapter: Process pad state in read thread and other general cleanups.
This commit is contained in:
@ -17,7 +17,11 @@ void Shutdown();
|
||||
void SetAdapterCallback(std::function<void(void)> func);
|
||||
void StartScanThread();
|
||||
void StopScanThread();
|
||||
|
||||
// Buttons have PAD_GET_ORIGIN set on new connection
|
||||
// Netplay and CSIDevice_GCAdapter make use of this.
|
||||
GCPadStatus Input(int chan);
|
||||
|
||||
void Output(int chan, u8 rumble_command);
|
||||
bool IsDetected(const char** error_message);
|
||||
bool DeviceConnected(int chan);
|
||||
|
Reference in New Issue
Block a user