From f835151590b8ac9234020cc724fcf0206061a61a Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Wed, 23 Jul 2025 17:51:32 +0200 Subject: [PATCH] Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp --- src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp index a9af1411b2..63725e4055 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later