mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Implement requesting permission for using the GC Wii U Adapter.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user