mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +00:00
HW/EXI_DeviceEthernet: Make interrupt state atomic.
This commit is contained in:
parent
4d0cf1315e
commit
4e0d41627e
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