summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/system_control.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: KSystemControl does not belong in Memory namespace.bunnei2021-02-191-41/+0
* hle: kernel: system_control: Add function GenerateRandomU64.bunnei2021-02-191-3/+4
* system_control: Make functions internally linked where applicableLioncash2020-08-051-10/+11
* kernel/memory: Remove #pragma once within cpp fileLioncash2020-05-031-2/+0
* core: hle: Address various feedback & code cleanup.bunnei2020-04-171-3/+3
* kernel: memory: Add system_control code, which will be used for ASLR support.bunnei2020-04-171-0/+41