aboutsummaryrefslogtreecommitdiff
path: root/src/core/memory_hook.h
AgeCommit message (Collapse)Author
2019-03-16core: Move PageTable struct into Common.bunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
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
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage