mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #3709] [Feature Request]: Sync the QtLauncher PRs with the main repo #1103
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#1103
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?
Originally created by @Missake212 on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3709
Checklist
Description
Currently, the QtLauncher has a lot of stuff over the normal shadPS4 qt executable you can get on the main repo, this puts it behind and is inconvenient for users (for example, recently the PR to add memory was merged, the normal Qt executable doesn't have a GUI implementation but the QtLauncher does, and the more time passes the more stuff will be added to the launcher and not on main, I think either syncinc the PRs on both repo or merging the QtLauncher to the main repo would be the proper way to handle this (assuming the QtLauncher is usable currently, haven't checked).
Reason
For user convenience.
Examples
No response
@georgemoralis commented on GitHub (Oct 5, 2025):
qt will be removed from main repo when qtlauncher is ready for production (still have a few bits left) . That will eventually happend in v0.12.0 so main repo won't receive qt updates anymore
@Missake212 commented on GitHub (Oct 5, 2025):
I understand but that means nightly doesn't offer anything over release this time, at least in the interface, also you won't be able to get as much testing since it's on a different repo, I think if the QtLauncher is usable you should merge it ASAP so that everyone can test it, this way it's easier to find issues, I believe that's the main reason why nightly exist, to test experimental stuff even if it's broken a bit.
@georgemoralis commented on GitHub (Oct 5, 2025):
changes to qt are mostly UI relative and doesn't need extensive test i believe . Merging in main would be overkill. QtLauncher is also production ready and i guess it will be released by the end of this month. At the same time the plan is to remove qt from main repo so emu will be bundle as sdl only executables that can be used with qtlauncher
@Missake212 commented on GitHub (Oct 5, 2025):
If you're sure about this then I won't object, I still think it would be nice to have some of the Qt features on nightly instead of keeping them exclusive to the launcher.
@georgemoralis commented on GitHub (Oct 5, 2025):
you can use qtlauncher nightly with sdl shadps4 nightly it works ;)
@Missake212 commented on GitHub (Oct 5, 2025):
I know it works, that's not an issue with me, I can set up those things but I don't think the average shadPS4 user can and want to set it up (as easy as it is).