mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Fix a -Wclass-memaccess in gcc 11
This commit is contained in:
@ -40,6 +40,7 @@ struct SCPFifoStruct
|
||||
std::atomic<u32> bFF_LoWatermark;
|
||||
std::atomic<u32> bFF_HiWatermark;
|
||||
|
||||
void Init();
|
||||
void DoState(PointerWrap& p);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user