mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-03 17:19:55 +01:00
fbb82e61e3
There's no real need to use a shared lifetime here, since we don't actually expose them to anything else. This is also kind of an unnecessary use of the heap given the objects themselves are so small; small enough, in fact that changing over to optionals actually reduces the overall size of the HLERequestContext struct (818 bytes to 808 bytes).