summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/system_control.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system_control: Make functions internally linked where applicableLioncash2020-08-051-10/+11
| | | | | These functions are only ever used internally as implementation details for GenerateRandomRange(), so these can be given internal linkage.
* kernel/memory: Remove #pragma once within cpp fileLioncash2020-05-031-2/+0
| | | | This isn't necessary in a cpp file and will cause warnings on clang.
* core: hle: Address various feedback & code cleanup.bunnei2020-04-171-3/+3
| | | | - Should be no functional changes.
* kernel: memory: Add system_control code, which will be used for ASLR support.bunnei2020-04-171-0/+41