mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2219] [MERGED] Detect and log if the user is using a fork #2571
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2571
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2219
Author: @kalaposfos13
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/30/2025
Merged by: @georgemoralis
Base:
main← Head:fork-detection📝 Commits (6)
9e07a63Added fork detection54b1910Merge remote-tracking branch 'origin/main' into fork-detection1ab011bMerge remote-tracking branch 'origin/main' into fork-detection12caa3cFallback to "origin" if branch is not found678d837Add fork names to window titlesef0f979clang📊 Changes
5 files changed (+53 additions, -8 deletions)
View changed files
📝
CMakeLists.txt(+24 -0)📝
src/common/scm_rev.cpp.in(+8 -4)📝
src/common/scm_rev.h(+2 -0)📝
src/emulator.cpp(+10 -2)📝
src/qt_gui/main_window.cpp(+9 -2)📄 Description
Currently the only thing added is a line in the log indicating what fork someone is using (or if it's main), but it can be expanded to add more features.
This will make handling complaints from people not using official builds easier, although most people currently use either @diegolix29's builds or main, and the former is easily detected even without this PR.
Tested on local builds across different remotes (with this PR merged on them), and one Github actions from my fork.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.