SMMU: Add Android compatibility

This commit is contained in:
Fernando Sahmkow
2023-12-30 04:37:25 +01:00
committed by Liam
parent 0adc09e0af
commit 303cd31162
9 changed files with 42 additions and 50 deletions

View File

@ -68,7 +68,7 @@ public:
if (!address) {
return {};
}
return memory.GetPointer(*address);
return memory.GetPointer<T>(*address);
}
template <typename T>