kern: KDevicePageTable::Finalize, InfoType_RandomEntropy

This commit is contained in:
Michael Scire 2020-07-21 03:30:18 -07:00 committed by SciresM
parent 0c82709af4
commit 3265927ed7
3 changed files with 50 additions and 1 deletions

View file

@ -147,6 +147,8 @@ namespace ams::kern {
constexpr KProcessAddress GetEntryPoint() const { return this->code_address; }
constexpr u64 GetRandomEntropy(size_t i) const { return this->entropy[i]; }
constexpr bool IsSuspended() const {
return this->is_suspended;
}