summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_system_control.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-19hle: kernel: KSystemControl does not belong in Memory namespace.bunnei1-6/+7
2021-02-19hle: kernel: system_control: Add function GenerateRandomU64.bunnei1-3/+4
2020-08-05system_control: Make functions internally linked where applicableLioncash1-10/+11
2020-05-03kernel/memory: Remove #pragma once within cpp fileLioncash1-2/+0
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-3/+3
2020-04-17kernel: memory: Add system_control code, which will be used for ASLR support.bunnei1-0/+41