summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/system_control.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-05 21:33:09 +0200
committerLioncash <mathew1800@gmail.com>2020-08-05 21:34:27 +0200
commit87c64c41d234019d9994f6c83c6fe656a1ab13c3 (patch)
tree3c3bfdb80f2d9e1c4e5ce12d98d5f36c14340324 /src/core/hle/kernel/memory/system_control.h
parentMerge pull request #4466 from ogniK5377/loader-type-safe (diff)
downloadyuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar.gz
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar.bz2
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar.lz
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar.xz
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.tar.zst
yuzu-87c64c41d234019d9994f6c83c6fe656a1ab13c3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/memory/system_control.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/kernel/memory/system_control.h b/src/core/hle/kernel/memory/system_control.h
index 3fa93111d..19cab8cbc 100644
--- a/src/core/hle/kernel/memory/system_control.h
+++ b/src/core/hle/kernel/memory/system_control.h
@@ -8,11 +8,6 @@
namespace Kernel::Memory::SystemControl {
-u64 GenerateRandomU64ForInit();
-
-template <typename F>
-u64 GenerateUniformRange(u64 min, u64 max, F f);
-
u64 GenerateRandomRange(u64 min, u64 max);
} // namespace Kernel::Memory::SystemControl