summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/resource_limit.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-11 22:30:52 +0200
committerLioncash <mathew1800@gmail.com>2019-04-11 22:34:53 +0200
commit6300ccbc3c23ad24d6491a4e8b6b40a439fc611c (patch)
treea820194db7b71e2ddff4808b8dcae466cf1d8861 /src/core/hle/kernel/resource_limit.h
parentMerge pull request #2354 from lioncash/header (diff)
downloadyuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.gz
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.bz2
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.lz
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.xz
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.tar.zst
yuzu-6300ccbc3c23ad24d6491a4e8b6b40a439fc611c.zip
Diffstat (limited to 'src/core/hle/kernel/resource_limit.h')
-rw-r--r--src/core/hle/kernel/resource_limit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/resource_limit.h b/src/core/hle/kernel/resource_limit.h
index 70e09858a..2613a6bb5 100644
--- a/src/core/hle/kernel/resource_limit.h
+++ b/src/core/hle/kernel/resource_limit.h
@@ -41,7 +41,7 @@ public:
return GetTypeName();
}
- static const HandleType HANDLE_TYPE = HandleType::ResourceLimit;
+ static constexpr HandleType HANDLE_TYPE = HandleType::ResourceLimit;
HandleType GetHandleType() const override {
return HANDLE_TYPE;
}