summaryrefslogtreecommitdiffstats
path: root/src/core/device_memory.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-19core: device_memory: Templatize GetPointer(..).bunnei1-4/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-02-21core: device_memory: Use memory size reported by KSystemControl.bunnei1-4/+0
- That way, we can consolidate the memory layout to one place.
2021-06-11core: Make use of fastmemMarkus Wick1-7/+10
2020-07-28device_memory: Remove unused system memberLioncash1-6/+2
This isn't used by anything in particular, so it can be removed.
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-7/+9
- Should be no functional changes.
2020-04-17core: device_memory: Remove incorrect usage of constexpr.bunnei1-2/+6
2020-04-17kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei1-7/+3
2020-04-17core: device_memory: Update to use VirtualBuffer class.bunnei1-6/+7
2020-04-17core: device_manager: Add a simple class to manage device RAM.bunnei1-0/+48