mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 18:29:34 -06:00
DSPEmulator: Default destructor in the cpp file
This gets rid of a -Wweak-vtables warning
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
#include "Core/HW/DSPHLE/DSPHLE.h"
|
||||
#include "Core/HW/DSPLLE/DSPLLE.h"
|
||||
|
||||
DSPEmulator::~DSPEmulator() = default;
|
||||
|
||||
std::unique_ptr<DSPEmulator> CreateDSPEmulator(bool hle)
|
||||
{
|
||||
if (hle)
|
||||
|
Reference in New Issue
Block a user