From 8b00a0a99075950fcffb1d87eaa51fda7c4d41a7 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 17 Feb 2026 05:56:59 +0100 Subject: [PATCH] Fix Headers --- src/common/x64/cpu_wait.cpp | 2 +- src/common/x64/cpu_wait.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/x64/cpu_wait.cpp b/src/common/x64/cpu_wait.cpp index 12f2e9d4b1..a0a642f225 100644 --- a/src/common/x64/cpu_wait.cpp +++ b/src/common/x64/cpu_wait.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project diff --git a/src/common/x64/cpu_wait.h b/src/common/x64/cpu_wait.h index 99d3757a76..d9ae26ff8e 100644 --- a/src/common/x64/cpu_wait.h +++ b/src/common/x64/cpu_wait.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2026 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once