mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 03:57:50 +00:00
maxwell_3d: Silence array bounds warnings
This commit is contained in:
parent
9d882e0000
commit
928831c1cc
2 changed files with 35 additions and 35 deletions
|
@ -1337,7 +1337,7 @@ public:
|
|||
u32 cb_address_high;
|
||||
u32 cb_address_low;
|
||||
u32 cb_pos;
|
||||
u32 cb_data[NumCBData];
|
||||
std::array<u32, NumCBData> cb_data;
|
||||
|
||||
GPUVAddr BufferAddress() const {
|
||||
return static_cast<GPUVAddr>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue