Update src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 32s

This commit is contained in:
SDK-Chan 2025-08-01 19:25:07 +02:00 committed by crueter
parent b0b1d5a93f
commit c087ac45f6

View file

@ -315,7 +315,7 @@ NvResult nvhost_as_gpu::Remap(std::span<IoctlRemapEntry> entries) {
NvResult nvhost_as_gpu::MapBufferEx(IoctlMapBufferEx& params) {
LOG_DEBUG(Service_NVDRV,
"called, flags={:X}, nvmap_handle={:X}, buffer_offset={}, mapping_size={}"
", offset={}",
", offset=0x{:X}",
params.flags, params.handle, params.buffer_offset, params.mapping_size,
params.offset);