| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-01-01 | memory: Remove MemoryHook | 1 | -47/+0 | ||
| 2019-03-16 | core: Move PageTable struct into Common. | 1 | -2/+2 | ||
| 2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | 1 | -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 | |||||
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | 1 | -2/+2 | ||
| 2018-05-03 | memory_hook: Default virtual destructor in the cpp file | 1 | -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-27 | memory: Replace all memory hooking with Special regions | 1 | -0/+46 | ||