summaryrefslogtreecommitdiffstats
path: root/src/core/device_memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* core: device_memory: Use memory size reported by KSystemControl.bunnei2022-02-211-4/+0
| | | | - That way, we can consolidate the memory layout to one place.
* core: Make use of fastmemMarkus Wick2021-06-111-7/+10
|
* device_memory: Remove unused system memberLioncash2020-07-281-6/+2
| | | | This isn't used by anything in particular, so it can be removed.
* core: hle: Address various feedback & code cleanup.bunnei2020-04-171-7/+9
| | | | - Should be no functional changes.
* core: device_memory: Remove incorrect usage of constexpr.bunnei2020-04-171-2/+6
|
* kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei2020-04-171-7/+3
|
* core: device_memory: Update to use VirtualBuffer class.bunnei2020-04-171-6/+7
|
* core: device_manager: Add a simple class to manage device RAM.bunnei2020-04-171-0/+48