summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2025-02-04 16:26:57 +1000
committerMike Lothian <mike@fireburn.co.uk>2025-05-11 14:54:45 +0100
commit54ffa573bffea82006d897141a1db4b1db536ea6 (patch)
treef528bb841a129289ece351e49848e6f64767b948
parent40aef8bbc8659b71d39c225f0c0b3d50e0a2d497 (diff)
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.
-rw-r--r--src/core/hle/api_version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/api_version.h b/src/core/hle/api_version.h
index 4f75fc55c..791f1f8ce 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