aboutsummaryrefslogtreecommitdiff
path: root/src/core/device_memory.h
AgeCommit message (Collapse)Author
2024-01-18Core: Initial implementation of device memory mappingFernando Sahmkow
2023-03-22kernel: use KTypedAddress for addressesLiam
2022-10-18core: device_memory: Templatize GetPointer(..).bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.bunnei
- That way, we can consolidate the memory layout to one place.
2021-06-11core: Make use of fastmemMarkus Wick
2020-07-27device_memory: Remove unused system memberLioncash
This isn't used by anything in particular, so it can be removed.
2020-04-17core: hle: Address various feedback & code cleanup.bunnei
- Should be no functional changes.
2020-04-17core: device_memory: Remove incorrect usage of constexpr.bunnei
2020-04-17kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei
2020-04-17core: device_memory: Update to use VirtualBuffer class.bunnei
2020-04-17core: device_manager: Add a simple class to manage device RAM.bunnei