mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
maxwell_3d: Use two tables instead of three for dirty flags
This commit is contained in:
parent
5d75921b0f
commit
31daa97fce
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ public:
|
|||
struct {
|
||||
std::bitset<std::numeric_limits<u8>::max()> flags;
|
||||
std::bitset<std::numeric_limits<u8>::max()> on_write_stores;
|
||||
std::array<std::array<u8, Regs::NUM_REGS>, 3> tables{};
|
||||
std::array<std::array<u8, Regs::NUM_REGS>, 2> tables{};
|
||||
} dirty;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue