diff options
Diffstat (limited to 'src/common/windows')
-rw-r--r-- | src/common/windows/timer_resolution.cpp | 2 | ||||
-rw-r--r-- | src/common/windows/timer_resolution.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/windows/timer_resolution.cpp b/src/common/windows/timer_resolution.cpp index 53c25c7cb..29c6e5c7e 100644 --- a/src/common/windows/timer_resolution.cpp +++ b/src/common/windows/timer_resolution.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew Project +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include <windows.h> diff --git a/src/common/windows/timer_resolution.h b/src/common/windows/timer_resolution.h index 12e31e72b..e1e50a62d 100644 --- a/src/common/windows/timer_resolution.h +++ b/src/common/windows/timer_resolution.h @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew Project +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once |