summaryrefslogtreecommitdiffstats
path: root/src/core/hle/config_mem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Core: update Kernel Config Memory to latest version (11.2)mailwl2017-01-301-5/+8
* core: Clean out some unnecessary header includesLioncash2016-04-161-7/+0
* Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner2015-08-161-4/+0
* HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner2015-08-161-3/+0
* Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner2015-05-151-46/+1
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
* Clean-up includesYuri Kunde Schlesner2015-05-071-1/+4
* HLE: Properly initialize and shutdown remaining modules.bunnei2015-05-021-0/+5
* ConfigMem: Remove duplicate retail bitpurpasmart962015-04-291-1/+0
* ConfigMem: Set the app memory to be 96MB instead of the default 64MBpurpasmart962015-03-241-2/+2
* ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart962015-02-171-43/+53
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* License changepurpasmart962014-12-211-1/+1
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
* New logging systemYuri Kunde Schlesner2014-12-131-0/+1
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* core: Prune redundant includesarchshift2014-09-091-1/+0
* hle: cleaned up log messagesbunnei2014-05-301-1/+1
* added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-071-0/+70