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 29c6e5c7e..53c25c7cb 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 +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew 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 e1e50a62d..12e31e72b 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 +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once |