mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
GCAdapter: Process pad state in read thread and other general cleanups.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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