mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-12 09:51:24 +02:00

Unfortunately, compilers will issue warnings when using offsetof with non-standard layout types even when offsetof actually works fine here; just having a virtual function is enough to trigger the warning... Let's just stop the scan threads explicitly in destructors instead of relying on member destruction order.