mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 15:45:29 +01:00
d2a34b5f7a
In certain cases the move constructor may not suffice and the move assignment operator is required, this commit implements that and moves to using a pointer for storing the `resource` member rather than a reference as its semantics matched what we desired more and allowed for assignment of the `resource`.