memory: Cache last physical memory pointer

This commit is contained in:
PabloMK7
2024-11-13 12:35:13 +01:00
parent 50f8e3f3ed
commit ec14c621ff
3 changed files with 21 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ public:
private:
const std::size_t source_id;
const Memory::MemorySystem* memory_system{};
Memory::MemorySystem* memory_system{};
StereoFrame16 current_frame;
using Format = SourceConfiguration::Configuration::Format;