mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 09:27:59 -05:00
input_common: Use calibration from joycon
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include <span>
|
||||
#include <thread>
|
||||
|
||||
#include "input_common/helpers/joycon_protocol/calibration.h"
|
||||
#include "input_common/helpers/joycon_protocol/generic_functions.h"
|
||||
#include "input_common/helpers/joycon_protocol/joycon_types.h"
|
||||
|
||||
@ -95,6 +96,7 @@ private:
|
||||
void ReadNfcIRMode(std::span<u8> buffer);
|
||||
|
||||
// Protocol Features
|
||||
std::unique_ptr<CalibrationProtocol> calibration_protocol = nullptr;
|
||||
std::unique_ptr<GenericProtocol> generic_protocol = nullptr;
|
||||
|
||||
// Connection status
|
||||
|
Reference in New Issue
Block a user