mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 01:27:51 -05:00
memory_hook: Default virtual destructor in the cpp file
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
This commit is contained in:
@ -253,6 +253,7 @@ add_library(core STATIC
|
||||
loader/nso.h
|
||||
memory.cpp
|
||||
memory.h
|
||||
memory_hook.cpp
|
||||
memory_hook.h
|
||||
memory_setup.h
|
||||
perf_stats.cpp
|
||||
|
Reference in New Issue
Block a user