aboutsummaryrefslogtreecommitdiff
path: root/src/core/memory_hook.cpp
AgeCommit message (Collapse)Author
2019-03-16core: Move PageTable struct into Common.bunnei
2018-05-03memory_hook: Default virtual destructor in the cpp fileLioncash
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning