summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_resource_limit.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-26 10:41:08 +0100
committerGitHub <noreply@github.com>2022-02-26 10:41:08 +0100
commit20e9501b0d0d18b6b215f2f3ed092a3646267bd1 (patch)
treecd90b946482d00c5431c13b165f28d803cf54f59 /src/core/hle/kernel/k_resource_limit.h
parentMerge pull request #7953 from ameerj/radv-rdna2-crash (diff)
parenthle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled. (diff)
downloadyuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.gz
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.bz2
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.lz
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.xz
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.tar.zst
yuzu-20e9501b0d0d18b6b215f2f3ed092a3646267bd1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/k_resource_limit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_resource_limit.h b/src/core/hle/kernel/k_resource_limit.h
index fab6005ff..d23d16aa4 100644
--- a/src/core/hle/kernel/k_resource_limit.h
+++ b/src/core/hle/kernel/k_resource_limit.h
@@ -67,4 +67,7 @@ private:
KLightConditionVariable cond_var;
const Core::Timing::CoreTiming* core_timing{};
};
+
+KResourceLimit* CreateResourceLimitForProcess(Core::System& system, s64 physical_memory_size);
+
} // namespace Kernel