mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
GCAdapter: Return input state by value
This commit is contained in:
parent
2be2b2a4f1
commit
041f4f5eea
6 changed files with 60 additions and 55 deletions
|
@ -24,7 +24,7 @@ void Shutdown();
|
|||
void SetAdapterCallback(std::function<void(void)> func);
|
||||
void StartScanThread();
|
||||
void StopScanThread();
|
||||
void Input(int chan, GCPadStatus* pad);
|
||||
GCPadStatus Input(int chan);
|
||||
void Output(int chan, u8 rumble_command);
|
||||
bool IsDetected();
|
||||
bool IsDriverDetected();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue