aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/config_mem.h
AgeCommit message (Collapse)Author
2018-07-23hle: Remove config_mem.h/.cppLioncash
This is just an unused hold-over from citra, so we can get rid of this to trim off an exposed global, among other things.
2018-01-20Format: Run the new clang format on everythingJames Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2015-08-16HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner
2015-05-15Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner
2015-05-01HLE: Properly initialize and shutdown remaining modules.bunnei
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
the helper macro for padding to common_funcs.h
2014-12-20License changepurpasmart96
2014-07-23Fix a few warnings.Tony Wasserka
Templates shouldn't be marked as inline if they aren't defined in the header.
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei