util/lmem: minor fixes

This commit is contained in:
Michael Scire 2020-02-24 20:28:39 -08:00
parent c17b6d0d44
commit 799f94958c
2 changed files with 8 additions and 1 deletions

View file

@ -38,4 +38,6 @@ namespace ams::util {
}
};
constexpr inline Uuid InvalidUuid = {};
}