mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoCommon: Fix a -Wclass-memaccess in gcc 11
This commit is contained in:
parent
7e39a0405b
commit
25b136ac17
2 changed files with 26 additions and 6 deletions
|
@ -40,6 +40,7 @@ struct SCPFifoStruct
|
|||
std::atomic<u32> bFF_LoWatermark;
|
||||
std::atomic<u32> bFF_HiWatermark;
|
||||
|
||||
void Init();
|
||||
void DoState(PointerWrap& p);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue