diff --git a/Source/Core/Core/PowerPC/MMU.h b/Source/Core/Core/PowerPC/MMU.h index 14196df06d..65a4cb8830 100644 --- a/Source/Core/Core/PowerPC/MMU.h +++ b/Source/Core/Core/PowerPC/MMU.h @@ -167,7 +167,7 @@ public: requires(!std::unsigned_integral) { using U = Common::MakeUnsignedSameSize; - std::optional> result = HostTryRead(guard, address); + std::optional> result = HostTryRead(guard, address, space); return std::bit_cast>>(result); } static std::optional>