summaryrefslogtreecommitdiff
path: root/src/video_core/gpu_thread.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-04-11 16:30:52 -0400
committerGravatar Lioncash2019-04-11 16:34:53 -0400
commit6300ccbc3c23ad24d6491a4e8b6b40a439fc611c (patch)
treea820194db7b71e2ddff4808b8dcae466cf1d8861 /src/video_core/gpu_thread.cpp
parentMerge pull request #2354 from lioncash/header (diff)
downloadyuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.gz
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.xz
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.zip
kernel: Make handle type declarations constexpr
Some objects declare their handle type as const, while others declare it as constexpr. This makes the const ones constexpr for consistency, and prevent unexpected compilation errors if these happen to be attempted to be used within a constexpr context.
Diffstat (limited to 'src/video_core/gpu_thread.cpp')
0 files changed, 0 insertions, 0 deletions