early-access version 1658

This commit is contained in:
pineappleEA
2021-05-06 02:29:20 +02:00
parent 0a3af2c776
commit 590872e3be
6 changed files with 12 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ void NVDRV::Open(Kernel::HLERequestContext& ctx) {
rb.Push<DeviceFD>(0);
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;
}