Commit d71e19fd authored by Lioncash's avatar Lioncash
Browse files

video_core/memory_manager: Avoid repeated unnecessary page slot lookups

We don't need to keep calling the same function over and over again in a
loop, especially when the behavior is slightly non-trivial. We can just
keep a reference to the looked up location and do all the checking and
assignments based off it instead.
parent 316c994f
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