Implement requesting permission for using the GC Wii U Adapter.

This commit is contained in:
Ryan Houdek 2016-01-23 06:32:07 -06:00
parent a62a9b8161
commit b846ec084e
4 changed files with 51 additions and 4 deletions

View file

@ -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;