summaryrefslogtreecommitdiffstats
path: root/src/core/hle/config_mem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-12/+13
|
* HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner2015-08-161-1/+0
|
* Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner2015-05-151-3/+35
|
* HLE: Properly initialize and shutdown remaining modules.bunnei2015-05-021-0/+2
|
* ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart962015-02-171-0/+2
| | | | the helper macro for padding to common_funcs.h
* License changepurpasmart962014-12-211-1/+1
|
* Fix a few warnings.Tony Wasserka2014-07-231-3/+3
| | | | Templates shouldn't be marked as inline if they aren't defined in the header.
* added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-071-0/+21