Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
This commit is contained in:
parent
4e7d6809f9
commit
1595ca113b
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ NvResult nvhost_gpu::AllocateObjectContext(IoctlAllocObjCtx& params) {
|
||||||
params.flags, params.class_num);
|
params.flags, params.class_num);
|
||||||
|
|
||||||
constexpr u32 allowed_mask{};
|
constexpr u32 allowed_mask{};
|
||||||
params.flags &= allowed_mask;
|
params.flags = allowed_mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto &ctx_obj : ctxObj_params) {
|
for (const auto &ctx_obj : ctxObj_params) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue