mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 11:07:48 +00:00
maxwell_3d: Remove unused dirty_pointer array
This is unused and removing it shrinks the structure by 3584 bytes.
This commit is contained in:
parent
fe9823a520
commit
05038223a7
1 changed files with 0 additions and 2 deletions
|
@ -1504,8 +1504,6 @@ private:
|
||||||
|
|
||||||
bool execute_on{true};
|
bool execute_on{true};
|
||||||
|
|
||||||
std::array<u8, Regs::NUM_REGS> dirty_pointers{};
|
|
||||||
|
|
||||||
/// Retrieves information about a specific TIC entry from the TIC buffer.
|
/// Retrieves information about a specific TIC entry from the TIC buffer.
|
||||||
Texture::TICEntry GetTICEntry(u32 tic_index) const;
|
Texture::TICEntry GetTICEntry(u32 tic_index) const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue