mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 09:35:56 +02:00
smol change
This commit is contained in:
parent
5d6897edac
commit
97cc97b933
1 changed files with 2 additions and 1 deletions
|
|
@ -48,9 +48,10 @@ public:
|
||||||
std::array<u8, EXECUTION_MASK_TABLE_SIZE> execution_mask{};
|
std::array<u8, EXECUTION_MASK_TABLE_SIZE> execution_mask{};
|
||||||
bool execution_mask_default{};
|
bool execution_mask_default{};
|
||||||
boost::container::small_vector<std::pair<u32, u32>, 64> method_sink{};
|
boost::container::small_vector<std::pair<u32, u32>, 64> method_sink{};
|
||||||
bool current_dirty{};
|
|
||||||
GPUVAddr current_dma_segment;
|
GPUVAddr current_dma_segment;
|
||||||
|
/// @brief Indicates whether the current DMA segment is dirty.
|
||||||
bool current_dirty{};
|
bool current_dirty{};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void ConsumeSinkImpl(Core::System& system) {
|
virtual void ConsumeSinkImpl(Core::System& system) {
|
||||||
for (auto [method, value] : method_sink) {
|
for (auto [method, value] : method_sink) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue