mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Merge pull request #11049 from Tilka/tatacon
TaTaCon: fix possible hotswap problem
This commit is contained in:
commit
dbcf7fd2c9
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