summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/object.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-12-05 02:33:13 -0500
committerGravatar Lioncash2018-12-05 02:33:17 -0500
commitedd9bfd54a098f22b2f3c3a75d137cb86ef9a5d0 (patch)
tree496b570e6e7dfe86c01b71cc667566d3eca79be1 /src/core/hle/kernel/object.cpp
parentMerge pull request #1859 from heapo/lut_array_codegen (diff)
downloadyuzu-edd9bfd54a098f22b2f3c3a75d137cb86ef9a5d0.tar.gz
yuzu-edd9bfd54a098f22b2f3c3a75d137cb86ef9a5d0.tar.xz
yuzu-edd9bfd54a098f22b2f3c3a75d137cb86ef9a5d0.zip
system_archive: Use a regular function pointer instead of std::function for file-scope system archive array
This allows the array to be constexpr. std::function is also allowed to allocate memory, which makes its constructor non-trivial, we definitely don't want to have all of these execute at runtime, taking up time before the application can actually load.
Diffstat (limited to 'src/core/hle/kernel/object.cpp')
0 files changed, 0 insertions, 0 deletions