mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-23 19:22:57 +00: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.