mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21:18 +12:00
Fix some compiler warnings (#416)
This commit is contained in:
parent
3869b47c35
commit
9ebbfb3ae2
6 changed files with 9 additions and 9 deletions
|
@ -64,8 +64,8 @@ struct LatteGPUState_t
|
|||
{
|
||||
bool isEnabled;
|
||||
MPTR physPtr;
|
||||
volatile uint32 flipRequestCount;
|
||||
volatile uint32 flipExecuteCount;
|
||||
std::atomic<uint32> flipRequestCount;
|
||||
std::atomic<uint32> flipExecuteCount;
|
||||
}screen[2];
|
||||
}osScreen;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue