early-access version 4089

This commit is contained in:
pineappleEA
2024-01-26 02:50:36 +01:00
parent ef251c7289
commit a98e552724
37 changed files with 2908 additions and 953 deletions

View File

@@ -64,6 +64,8 @@ public:
Memory(Memory&&) = default;
Memory& operator=(Memory&&) = delete;
static constexpr bool HAS_FLUSH_INVALIDATION = false;
/**
* Resets the state of the Memory system.
*/