aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/resource_limit.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-16 00:25:29 -0800
committerbunnei <bunneidev@gmail.com>2021-01-28 21:42:26 -0800
commitff186b2498e5f3119e0d03a859754722e1948c62 (patch)
tree3bfe09f91736044f8187af6df737f61012e55801 /src/core/hle/kernel/resource_limit.h
parent33b493028029c81385d8b8a4864b62da2ed523d5 (diff)
core: hle: kernel: object: Implement Finalize() virtual method.
Diffstat (limited to 'src/core/hle/kernel/resource_limit.h')
-rw-r--r--src/core/hle/kernel/resource_limit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/resource_limit.h b/src/core/hle/kernel/resource_limit.h
index 936cc4d0f..464d4f2a6 100644
--- a/src/core/hle/kernel/resource_limit.h
+++ b/src/core/hle/kernel/resource_limit.h
@@ -85,6 +85,8 @@ public:
*/
ResultCode SetLimitValue(ResourceType resource, s64 value);
+ void Finalize() override {}
+
private:
// TODO(Subv): Increment resource limit current values in their respective Kernel::T::Create
// functions