mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 06:52:33 -07:00
yuzu/bootmanager: Default EmuThread's destructor in the cpp file
This class contains non-trivial members, so we should default the destructor's definition within the cpp file.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
EmuThread::EmuThread(GRenderWindow* render_window) : render_window(render_window) {}
|
||||
|
||||
EmuThread::~EmuThread() = default;
|
||||
|
||||
void EmuThread::run() {
|
||||
render_window->MakeCurrent();
|
||||
|
||||
|
Reference in New Issue
Block a user