mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
Fix tess addr (#3706)
This commit is contained in:
@@ -1004,7 +1004,7 @@ VAddr PS4_SYSV_ABI sceGnmGetTheTessellationFactorRingBufferBaseAddress() {
|
||||
auto* memory = Core::Memory::Instance();
|
||||
auto& address_space = memory->GetAddressSpace();
|
||||
tessellation_factors_ring_addr = address_space.SystemReservedVirtualBase() +
|
||||
address_space.SystemReservedVirtualSize() - 0xFFFFFFF;
|
||||
address_space.SystemReservedVirtualSize() - 0x10000000;
|
||||
}
|
||||
|
||||
return tessellation_factors_ring_addr;
|
||||
|
||||
Reference in New Issue
Block a user