Skip to content

Commit

Permalink
Merge pull request #11049 from Tilka/tatacon
Browse files Browse the repository at this point in the history
TaTaCon: fix possible hotswap problem
  • Loading branch information
lioncash committed Sep 11, 2022
2 parents 427dd75 + b418441 commit dbcf7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/HW/WiimoteEmu/Extension/TaTaCon.cpp
Expand Up @@ -63,6 +63,8 @@ void TaTaCon::Update()

void TaTaCon::Reset()
{
EncryptedExtension::Reset();

m_reg = {};
m_reg.identifier = tatacon_id;

Expand Down

0 comments on commit dbcf7fd

Please sign in to comment.