mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
Merge pull request #13833 from jordan-woyak/exi-ethernet-atomic-interrupt
HW/EXI_DeviceEthernet: Make interrupt state atomic.
This commit is contained in:
commit
6b82389f45
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ private:
|
|||
|
||||
u8 revision_id = 0; // 0xf0
|
||||
u8 interrupt_mask = 0;
|
||||
u8 interrupt = 0;
|
||||
std::atomic<u8> interrupt = 0;
|
||||
u16 device_id = 0xD107;
|
||||
u8 acstart = 0x4E;
|
||||
u32 hash_challenge = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue