Commit 76ef6e5c authored by Lioncash's avatar Lioncash
Browse files

video_core/memory_manager: Make ReadBlock() a const qualifier member function

Now, since we have a const qualified variant of GetPointer(), we can put
it to use in ReadBlock() to retrieve the source pointer that is passed
into memcpy.

Now block reading may be done from a const context.
parent 34510bcd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment