core/memory.*:constify GetPhysicalPointer
;
audio_core\hle\source.h: constify `memory_system`
This commit is contained in:
parent
662bb9ba77
commit
1cb34ea0d3
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
private:
|
||||
const std::size_t source_id;
|
||||
Memory::MemorySystem* memory_system;
|
||||
const Memory::MemorySystem* memory_system{};
|
||||
StereoFrame16 current_frame;
|
||||
|
||||
using Format = SourceConfiguration::Configuration::Format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue