mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-15 08:44:10 -05: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.