From 54ffa573bffea82006d897141a1db4b1db536ea6 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 4 Feb 2025 16:26:57 +1000 Subject: [PATCH] api_version: Update Atmosphere version and add citron copyright Update the Atmosphere release version minor number from 0 to 8 to match newer firmware versions. Also add copyright notice for citron Emulator Project. This change maintains compatibility with newer system versions while preserving the existing version number format. --- src/core/hle/api_version.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/api_version.h b/src/core/hle/api_version.h index 4f75fc55c9..791f1f8ce9 100644 --- a/src/core/hle/api_version.h +++ b/src/core/hle/api_version.h @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once