mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 20:51:11 -05:00
As this is a base class with virtuals, there needs to be an out-of-line function definition to prevent the vtable of the class being placed within every translation unit it's used in (i.e. every JIT implementation).