summaryrefslogtreecommitdiffstats
path: root/src/core/hle/config_mem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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
| | | | | | | 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.
* 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
| | | | the helper macro for padding to common_funcs.h
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.
* 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