mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-31 15:32:38 +00:00
Implement requesting permission for using the GC Wii U Adapter.
This commit is contained in:
parent
a62a9b8161
commit
b846ec084e
4 changed files with 51 additions and 4 deletions
|
@ -35,7 +35,7 @@ static u8 s_controller_rumble[4];
|
|||
// Input handling
|
||||
static std::mutex s_read_mutex;
|
||||
static u8 s_controller_payload[37];
|
||||
static std::atomic<int> s_controller_payload_size;
|
||||
static std::atomic<int> s_controller_payload_size{0};
|
||||
|
||||
// Output handling
|
||||
static std::mutex s_write_mutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue