summaryrefslogtreecommitdiffstats
path: root/src/core/memory_hook.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-05-03memory_hook: Default virtual destructor in the cpp fileLioncash1-1/+1
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage1-0/+46