Commit Graph

4 Commits (0ed5d728ca12e407685b62802dec69b455f1a528)

Author SHA1 Message Date
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional ()
* 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
fearlessTobi 63c2e32e20 Port from Citra: "Prefix all size_t with std::"
Lioncash 732a77d0e8
memory_hook: Default virtual destructor in the cpp file
Prevents creating multiple copies of the vtable in every translation unit that uses the class.
Also silences a -Wweak-vtables warning
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions