mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-13 14:04:58 +00:00
Update src/core/hle/service/nvdrv/interface.cpp
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
This commit is contained in:
parent
7d257ce7bd
commit
0b7a03bd65
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void NVDRV::Open(Kernel::HLERequestContext& ctx) {
|
||||||
rb.Push<DeviceFD>(0);
|
rb.Push<DeviceFD>(0);
|
||||||
rb.PushEnum(NvResult::NotSupported);
|
rb.PushEnum(NvResult::NotSupported);
|
||||||
|
|
||||||
LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be openned on production");
|
LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be opened in production");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue