mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-08 14:40:01 +03:00
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`.