Merge pull request #2367 from skidau/GCPad-Recalibrate-forced
Skipped the calibration of the GC controller if it has already been calibrated.
This commit is contained in:
commit
a7e2425ffb
|
@ -78,6 +78,7 @@ int CSIDevice_GCController::RunBuffer(u8* _pBuffer, int _iLength)
|
||||||
{
|
{
|
||||||
INFO_LOG(SERIALINTERFACE, "PAD - Get Origin");
|
INFO_LOG(SERIALINTERFACE, "PAD - Get Origin");
|
||||||
|
|
||||||
|
if (!m_Calibrated)
|
||||||
Calibrate();
|
Calibrate();
|
||||||
|
|
||||||
u8* pCalibration = reinterpret_cast<u8*>(&m_Origin);
|
u8* pCalibration = reinterpret_cast<u8*>(&m_Origin);
|
||||||
|
|
Loading…
Reference in New Issue