mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
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