mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 20:08:00 -05:00
Given the class contains quite a lot of non-trivial types, place the constructor and destructor within the cpp file to avoid inlining construction and destruction code everywhere the class is used.