mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-29 07:16:33 +00:00
TaTaCon: fix possible hotswap problem
This commit is contained in:
parent
2bbae05849
commit
b418441f4a
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ void TaTaCon::Update()
|
||||||
|
|
||||||
void TaTaCon::Reset()
|
void TaTaCon::Reset()
|
||||||
{
|
{
|
||||||
|
EncryptedExtension::Reset();
|
||||||
|
|
||||||
m_reg = {};
|
m_reg = {};
|
||||||
m_reg.identifier = tatacon_id;
|
m_reg.identifier = tatacon_id;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue