summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-19 04:47:00 -0400
committerGravatar Lioncash2019-05-19 08:23:14 -0400
commit212b148923f1d2d193d79e75dde565cedc095252 (patch)
tree192d530fa48805357d615c5d6d45aec1d3c1743f /src/core/hle/kernel/process.cpp
parentshader/shader_ir: Remove unnecessary template parameter packs from Operation(... (diff)
downloadyuzu-212b148923f1d2d193d79e75dde565cedc095252.tar.gz
yuzu-212b148923f1d2d193d79e75dde565cedc095252.tar.xz
yuzu-212b148923f1d2d193d79e75dde565cedc095252.zip
shader/shader_ir: Simplify constructors for OperationNode
Many of these constructors don't even need to be templated. The only ones that need to be templated are the ones that actually make use of the parameter pack. Even then, since std::vector accepts an initializer list, we can supply the parameter pack directly to it instead of creating our own copy of the list, then copying it again into the std::vector.
Diffstat (limited to 'src/core/hle/kernel/process.cpp')
0 files changed, 0 insertions, 0 deletions