mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Some checks failed
🐧 Linux Builds / AppImage (push) Has been cancelled
🐧 Linux Builds / Flatpak (push) Has been cancelled
🍎 MacOS Builds / Defaults (push) Has been cancelled
🖥️ Windows Builds / Lint VS Project Files (push) Has been cancelled
🖥️ Windows Builds / CMake (push) Has been cancelled
🖥️ Windows Builds / SSE4 (push) Has been cancelled
🖥️ Windows Builds / AVX2 (push) Has been cancelled
14 lines
600 B
C
14 lines
600 B
C
// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team
|
|
// SPDX-License-Identifier: GPL-3.0+
|
|
|
|
#pragma once
|
|
|
|
#define PCSX2_WEBSITE_URL "https://pcsx2.net/"
|
|
#define PCSX2_FORUMS_URL "https://forums.pcsx2.net/"
|
|
#define PCSX2_GITHUB_URL "https://github.com/PCSX2/pcsx2"
|
|
#define PCSX2_LICENSE_URL "https://github.com/PCSX2/pcsx2/blob/master/pcsx2/Docs/License.txt"
|
|
#define PCSX2_DOCUMENTATION_URL "https://pcsx2.net/docs"
|
|
#define PCSX2_DOCUMENTATION_BIOS_URL_SHORTENED "pcsx2.net/docs/setup/bios"
|
|
#define PCSX2_WIKI_URL "https://wiki.pcsx2.net/Main_Page"
|
|
#define PCSX2_DISCORD_URL "https://pcsx2.net/discord"
|