mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
Adding a lot of constexpr
This commit is contained in:
parent
57ff99ce53
commit
95a7ecabd8
66 changed files with 297 additions and 297 deletions
|
@ -395,7 +395,7 @@ bool LatteMRT::GetActiveDepthBufferMask(const LatteContextRegister& lcr)
|
|||
return depthBufferMask;
|
||||
}
|
||||
|
||||
const uint32 _colorBufferFormatBits[] =
|
||||
constexpr uint32 _colorBufferFormatBits[] =
|
||||
{
|
||||
0, // 0
|
||||
0x200, // 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue