mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Skipped the calibration of the GC controller if it has already been calibrated.
This commit is contained in:
parent
f9dc8a39c0
commit
06bca52d80
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue