summaryrefslogtreecommitdiffstats
path: root/src/core/memory_hook.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-7/+8
| | | | | | | | | | | | | | | | * 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
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
|
* memory_hook: Default virtual destructor in the cpp fileLioncash2018-05-031-1/+1
| | | | | Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
* memory: Replace all memory hooking with Special regionsMerryMage2018-01-271-0/+46