From 23297d018f8f1121f6b0bf546ec288d0c1856729 Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Thu, 24 Jul 2025 16:47:24 +0200 Subject: [PATCH] Update src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp --- src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp index 5b6dfb55e0..14c23526a1 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp @@ -1,5 +1,5 @@ -// SPDX - FileCopyrightText : Copyright 2025 Eden Emulator Project -// SPDX - License - Identifier : GPL - 3.0 - or -later +// 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