mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-03-16 12:10:33 -05: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