Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hle: Remove config_mem.h/.cpp | Lioncash | 2018-07-23 | 1 | -31/+0 |
| | | | | | 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. | ||||
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Core: update Kernel Config Memory to latest version (11.2) | mailwl | 2017-01-30 | 1 | -5/+8 |
| | |||||
* | core: Clean out some unnecessary header includes | Lioncash | 2016-04-16 | 1 | -7/+0 |
| | |||||
* | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | 2015-08-16 | 1 | -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 functions | Yuri Kunde Schlesner | 2015-08-16 | 1 | -3/+0 |
| | |||||
* | Memory: Read ConfigMem directly from Memory::Read | Yuri Kunde Schlesner | 2015-05-15 | 1 | -46/+1 |
| | |||||
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -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 includes | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+4 |
| | |||||
* | HLE: Properly initialize and shutdown remaining modules. | bunnei | 2015-05-02 | 1 | -0/+5 |
| | |||||
* | ConfigMem: Remove duplicate retail bit | purpasmart96 | 2015-04-29 | 1 | -1/+0 |
| | |||||
* | ConfigMem: Set the app memory to be 96MB instead of the default 64MB | purpasmart96 | 2015-03-24 | 1 | -2/+2 |
| | |||||
* | ConfigMem: Clean up the Config memory to be more like the shared page and moved | purpasmart96 | 2015-02-17 | 1 | -43/+53 |
| | | | | the helper macro for padding to common_funcs.h | ||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -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 change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | New logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -0/+1 |
| | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | core: Prune redundant includes | archshift | 2014-09-09 | 1 | -1/+0 |
| | |||||
* | hle: cleaned up log messages | bunnei | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | added config_mem module for HLE of firmware configuration memory settings | bunnei | 2014-05-07 | 1 | -0/+70 |