summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/board/nintendo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: board: nx: Add k_memory_layout.h header.bunnei2022-02-271-0/+13
|
* hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress.bunnei2022-02-272-1/+12
|
* hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled.bunnei2022-02-211-20/+4
| | | | - This uses a larger 6GB DRAM memory layout, which is useful for some mods that require more memory.
* core: Remove unused includesameerj2021-11-041-2/+0
|
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-17/+20
| | | | | | | | | | | | | Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals.
* hle: kernel: k_system_control: Remove unnecessary inline.bunnei2021-03-241-4/+4
|
* common: common_sizes: Move sizes to the Common namespace.bunnei2021-03-241-16/+16
|
* hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei2021-03-212-1/+125
|
* hle: kernel: board: Add secure_monitor module.bunnei2021-03-211-0/+26
|
* hle: kernel: KSystemControl: Update to reflect board-specific behavior.bunnei2021-03-212-0/+68
|
* hle: kernel: Add architecture and board specific memory regions.bunnei2021-03-211-0/+52