mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-01-29 05:51:52 -06:00
Addresses https://github.com/yuzu-emu/yuzu/issues/7881 to fix linux builds. `YUZU_NON_COPYABLE` deletes the `T(const T&)` constructor which will cause the implicitly defined default ctor/dtor to no-longer generate.