[nostalgia/core,turbine] Give Turbine and NostalgiaCore Context types virtual destructors
This commit is contained in:
@ -64,7 +64,7 @@ class Context {
|
||||
Context(const Context &&other) noexcept = delete;
|
||||
|
||||
public:
|
||||
inline ~Context() noexcept {
|
||||
virtual inline ~Context() noexcept {
|
||||
shutdown(*this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user