summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-09 18:59:47 -0400
committerGravatar Lioncash2019-05-09 18:59:49 -0400
commit5235b053b46769fd808974ef409e86df992fd051 (patch)
tree731c478d7235cbaf049134a78ad619500ca67b29 /src/video_core/gpu_thread.cpp
parentMerge pull request #2437 from lioncash/audctl (diff)
downloadyuzu-5235b053b46769fd808974ef409e86df992fd051.tar.gz
yuzu-5235b053b46769fd808974ef409e86df992fd051.tar.xz
yuzu-5235b053b46769fd808974ef409e86df992fd051.zip
video_core/memory_manager: Remove superfluous const from function declarations
These are able to be omitted from the declaration of functions, since they don't do anything at the type system level. The definitions of the functions can retain the use of const though, since they make the variables immutable in the implementation of the function where they're used.
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions