mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +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()
|
||||
{
|
||||
EncryptedExtension::Reset();
|
||||
|
||||
m_reg = {};
|
||||
m_reg.identifier = tatacon_id;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue