mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3119] [MERGED] QT save fixes II #3239
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#3239
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/3119
Author: @georgemoralis
Created: 6/19/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @georgemoralis
Base:
main← Head:qtsaves2📝 Commits (10+)
c9a117cadded recentFiles save/load1a31c9eMerge branch 'main' into qtsaves25a331f7gui language955dd2aMerge branch 'main' into qtsaves2dd5a138fixups for language5750448fixed language issue with savedata (it was saving based on gui language and not on console language)22cde27clang fixa9f6af8Merge branch 'main' into qtsaves2fb7285bMerge branch 'main' into qtsaves223446ffelf dirs added📊 Changes
20 files changed (+185 additions, -263 deletions)
View changed files
📝
src/common/config.cpp(+0 -93)📝
src/common/config.h(+71 -88)📝
src/core/libraries/save_data/save_instance.cpp(+21 -21)📝
src/emulator.cpp(+1 -4)📝
src/qt_gui/about_dialog.cpp(+4 -3)📝
src/qt_gui/about_dialog.h(+3 -1)📝
src/qt_gui/elf_viewer.cpp(+9 -7)📝
src/qt_gui/elf_viewer.h(+3 -2)📝
src/qt_gui/game_grid_frame.cpp(+2 -1)📝
src/qt_gui/game_list_frame.cpp(+2 -1)📝
src/qt_gui/gui_context_menus.h(+4 -2)📝
src/qt_gui/gui_settings.h(+6 -0)📝
src/qt_gui/main_window.cpp(+29 -32)📝
src/qt_gui/main_window.h(+1 -1)📝
src/qt_gui/settings.cpp(+14 -0)📝
src/qt_gui/settings.h(+2 -0)📝
src/qt_gui/settings_dialog.cpp(+2 -1)📝
src/qt_gui/settings_dialog.h(+1 -1)📝
src/qt_gui/trophy_viewer.cpp(+6 -4)📝
src/qt_gui/trophy_viewer.h(+4 -1)📄 Description
This can also be an example of how to fix the saves of favourites for #2649
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.