diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-23 06:32:07 -0600 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2016-01-27 15:08:45 -0600 |
| commit | b846ec084e8cbdee7ed84d2e519e94fccdb372dd (patch) | |
| tree | 2c234c01a796648a6163cacf12ba59f45cd5295d /Source/Core | |
| parent | a62a9b8161e8ce2058bfd5422dc19b8762418370 (diff) | |
Implement requesting permission for using the GC Wii U Adapter.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter_Android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/GCAdapter_Android.cpp b/Source/Core/InputCommon/GCAdapter_Android.cpp index 558b6767f4..4fa887cd23 100644 --- a/Source/Core/InputCommon/GCAdapter_Android.cpp +++ b/Source/Core/InputCommon/GCAdapter_Android.cpp @@ -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; |
