mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Help menu (Linux desktop and everywhere): - GitHub Repository pointed at a dead branch (/tree/macOS); now the repo root. - Removed the PCSX2 Wiki and Documentation items (they linked pcsx2.net / wiki.pcsx2.net, impersonating upstream) and replaced them with a single ARMSX2 Website item pointing at armsx2.net. - Removed Check for Updates (the auto-updater is disabled, so it only ever errored) and About Qt. - About dialog body reworded to describe ARMSX2 (crediting PCSX2 as upstream). Wrong-destination / impersonation fixes: - PINE MsgVersion reply now identifies as "ARMSX2" (buffer sized accordingly). - Bug-report links (GS unknown-video-mode / invalid-lod, EE COP2 warnings) now point at github.com/ARMSX2/ARMSX2/issues. - "download a fresh copy" recovery messages (VMManager, SaveState, Windows updater, Win32 update-not-supported dialog) now point at armsx2.net. - Auto-updater release/compare endpoints and staging-dir name de-PCSX2'd. UI strings: setup wizard, cover downloader, and the Settings widgets (Qt) plus their Big-Picture/Fullscreen ImGui twins now say ARMSX2. The "PCSX2Blue" theme settings key is left unchanged (persisted / matched in code); only its display name changes. Interop identifiers deliberately left as-is: the PINE socket name (pcsx2.sock, for PINE-client compatibility) and the RetroAchievements client name.
12 lines
504 B
C
12 lines
504 B
C
// SPDX-FileCopyrightText: 2002-2026 PCSX2 Dev Team
|
|
// SPDX-License-Identifier: GPL-3.0+
|
|
|
|
#pragma once
|
|
|
|
#define PCSX2_WEBSITE_URL "https://armsx2.net/"
|
|
#define PCSX2_GITHUB_URL "https://github.com/ARMSX2/ARMSX2"
|
|
#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 "https://pcsx2.net/docs/setup/bios"
|
|
#define PCSX2_WIKI_URL "https://wiki.pcsx2.net/Main_Page"
|