diff options
| author | 2018-10-12 11:36:31 -0400 | |
|---|---|---|
| committer | 2018-10-12 12:07:32 -0400 | |
| commit | 1abed2f4c42c7a389cb0e019f183d3ec94971af1 (patch) | |
| tree | c8459ae8d497e7a148365f93e971b817a0adf0f6 /src/web_service/web_backend.cpp | |
| parent | Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance (diff) | |
| download | yuzu-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