mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-18 18:03:21 -03:00
HW/EXI_DeviceEthernet: Make interrupt state atomic.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user