mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 14:17:52 -05:00
maxwell_3d: Silence array bounds warnings
This commit is contained in:
@ -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>(
|
||||
|
Reference in New Issue
Block a user