mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1116] [MERGED] menu description | rename: Release/Nightly #1941
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#1941
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/1116
Author: @DanielSvoboda
Created: 9/27/2024
Status: ✅ Merged
Merged: 9/28/2024
Merged by: @georgemoralis
Base:
main← Head:menu_description📝 Commits (4)
3489051menu description57bdc3cimprove texts3af216cTR0892887Release_Nightly📊 Changes
31 files changed (+3214 additions, -305 deletions)
View changed files
📝
src/common/config.cpp(+12 -3)📝
src/qt_gui/check_update.cpp(+28 -19)📝
src/qt_gui/settings_dialog.cpp(+127 -1)📝
src/qt_gui/settings_dialog.h(+6 -0)📝
src/qt_gui/settings_dialog.ui(+51 -22)📝
src/qt_gui/translations/ar.ts(+115 -10)📝
src/qt_gui/translations/da_DK.ts(+115 -10)📝
src/qt_gui/translations/de.ts(+115 -10)📝
src/qt_gui/translations/el.ts(+115 -10)📝
src/qt_gui/translations/en.ts(+115 -10)📝
src/qt_gui/translations/es_ES.ts(+115 -10)📝
src/qt_gui/translations/fa_IR.ts(+115 -10)📝
src/qt_gui/translations/fi.ts(+115 -10)📝
src/qt_gui/translations/fr.ts(+115 -10)📝
src/qt_gui/translations/hu_HU.ts(+115 -10)📝
src/qt_gui/translations/id.ts(+115 -10)📝
src/qt_gui/translations/it.ts(+115 -10)📝
src/qt_gui/translations/ja_JP.ts(+115 -10)📝
src/qt_gui/translations/ko_KR.ts(+115 -10)📝
src/qt_gui/translations/lt_LT.ts(+115 -10)...and 11 more files
📄 Description
adds a field with text descriptions of what each option does
It's similar to what you have in PCSX2 and RPCS3
Change name from stable/unstable to Release/Nightly,

added goupbox with text 'Update Channel' in settings.
added text 'Update Channel' on update screen, to make it clearer which version will be downloaded.
also adjusted code so it works if updateChannel name is not Release/Nightly.
also updateChannel is set as default according to build.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.