mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #11049 from Tilka/tatacon
TaTaCon: fix possible hotswap problem
This commit is contained in:
@ -63,6 +63,8 @@ void TaTaCon::Update()
|
||||
|
||||
void TaTaCon::Reset()
|
||||
{
|
||||
EncryptedExtension::Reset();
|
||||
|
||||
m_reg = {};
|
||||
m_reg.identifier = tatacon_id;
|
||||
|
||||
|
Reference in New Issue
Block a user