diff options
| author | Zephyron <zephyron@citron-emu.org> | 2025-02-04 16:26:57 +1000 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-05-11 14:54:45 +0100 |
| commit | 54ffa573bffea82006d897141a1db4b1db536ea6 (patch) | |
| tree | f528bb841a129289ece351e49848e6f64767b948 | |
| parent | 40aef8bbc8659b71d39c225f0c0b3d50e0a2d497 (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.h | 1 |
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 |
