mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 22:47:04 +02:00
fx
This commit is contained in:
parent
6c3ea34293
commit
1439a8041b
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ DAddr NvMap::PinHandle(NvMap::Handle::Id handle, bool low_area_pin) {
|
||||||
const auto map_low_area = [&] {
|
const auto map_low_area = [&] {
|
||||||
if (handle_description->pin_virt_address == 0) {
|
if (handle_description->pin_virt_address == 0) {
|
||||||
u32 address = host1x.Allocator().Allocate(u32(handle_description->aligned_size));
|
u32 address = host1x.Allocator().Allocate(u32(handle_description->aligned_size));
|
||||||
host1x.GMMU().Map(GPUVAddr(address), handle_description->d_address, handle_description->aligned_size);
|
host1x.gmmu_manager.Map(GPUVAddr(address), handle_description->d_address, handle_description->aligned_size);
|
||||||
handle_description->pin_virt_address = address;
|
handle_description->pin_virt_address = address;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue