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

This commit is contained in:
SDK-Chan 2025-08-25 10:18:43 +02:00
parent 4e7d6809f9
commit 1595ca113b

View file

@ -237,7 +237,7 @@ NvResult nvhost_gpu::AllocateObjectContext(IoctlAllocObjCtx& params) {
params.flags, params.class_num);
constexpr u32 allowed_mask{};
params.flags &= allowed_mask;
params.flags = allowed_mask;
}
for (const auto &ctx_obj : ctxObj_params) {