summaryrefslogtreecommitdiffstats
path: root/src/core/hle/config_mem.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-30Core: update Kernel Config Memory to latest version (11.2)mailwl1-5/+8
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-1/+1
2016-04-16core: Clean out some unnecessary header includesLioncash1-7/+0
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner1-4/+0
This adds some structures necessary to support multiple memory regions in the future. It also adds support for different system memory types and the new linear heap mapping at 0x30000000.
2015-08-16HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner1-3/+0
2015-05-15Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner1-46/+1
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+1
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
2015-05-07Clean-up includesYuri Kunde Schlesner1-1/+4
2015-05-02HLE: Properly initialize and shutdown remaining modules.bunnei1-0/+5
2015-04-29ConfigMem: Remove duplicate retail bitpurpasmart961-1/+0
2015-03-24ConfigMem: Set the app memory to be 96MB instead of the default 64MBpurpasmart961-2/+2
2015-02-17ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart961-43/+53
the helper macro for padding to common_funcs.h
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2014-12-21License changepurpasmart961-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-13New logging systemYuri Kunde Schlesner1-0/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-05-30hle: cleaned up log messagesbunnei1-1/+1
2014-05-07added config_mem module for HLE of firmware configuration memory settingsbunnei1-0/+70