summaryrefslogtreecommitdiff
path: root/src/web_service/web_backend.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-10-12 11:36:31 -0400
committerGravatar Lioncash2018-10-12 12:07:32 -0400
commit1abed2f4c42c7a389cb0e019f183d3ec94971af1 (patch)
treec8459ae8d497e7a148365f93e971b817a0adf0f6 /src/web_service/web_backend.cpp
parentMerge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance (diff)
downloadyuzu-1abed2f4c42c7a389cb0e019f183d3ec94971af1.tar.gz
yuzu-1abed2f4c42c7a389cb0e019f183d3ec94971af1.tar.xz
yuzu-1abed2f4c42c7a389cb0e019f183d3ec94971af1.zip
kernel/process: Make CodeSet a regular non-inherited object
These only exist to ferry data into a Process instance and end up going out of scope quite early. Because of this, we can just make it a plain struct for holding things and just std::move it into the relevant function. There's no need to make this inherit from the kernel's Object type.
Diffstat (limited to 'src/web_service/web_backend.cpp')
0 files changed, 0 insertions, 0 deletions