summaryrefslogtreecommitdiff
path: root/src/core/frontend/framebuffer_layout.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-11-27 13:52:13 -0500
committerGravatar Lioncash2018-11-27 16:33:14 -0500
commitd72c809030ac74c532dd0126bf2ce7494a01cc9b (patch)
treecdccfa369f2be364e8b58bfad41fa1b1f8093790 /src/core/frontend/framebuffer_layout.cpp
parentMerge pull request #1806 from ReinUsesLisp/morton-fixup (diff)
downloadyuzu-d72c809030ac74c532dd0126bf2ce7494a01cc9b.tar.gz
yuzu-d72c809030ac74c532dd0126bf2ce7494a01cc9b.tar.xz
yuzu-d72c809030ac74c532dd0126bf2ce7494a01cc9b.zip
file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
These parameters don't need to utilize a shared lifecycle directly in the interface. Instead, the caller should provide a regular reference for the function to use. This also allows the type system to flag attempts to pass nullptr and makes it more generic, since it can now be used in contexts where a shared_ptr isn't being used (in other words, we don't constrain the usage of the interface to a particular mode of memory management).
Diffstat (limited to 'src/core/frontend/framebuffer_layout.cpp')
0 files changed, 0 insertions, 0 deletions