mirror of https://github.com/PCSX2/pcsx2.git
11 lines
419 B
C
11 lines
419 B
C
// SPDX-FileCopyrightText: 2002-2024 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_DISCORD_URL "https://discord.com/invite/TCz3t9k"
|