mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 18:51:09 -06:00
input, timing and other misc
This commit is contained in:
@@ -33,5 +33,5 @@ uint32_t Memory::MapVirtual(void* host) const noexcept
|
||||
|
||||
SWA_API void* MmGetHostAddress(uint32_t ptr)
|
||||
{
|
||||
return gMemory.Translate(ptr);
|
||||
return g_memory.Translate(ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user