mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #767] [MERGED] Message Dialog library #1760
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#1760
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/767
Author: @viniciuslrangel
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/8/2024
Merged by: @georgemoralis
Base:
main← Head:lib-SaveData📝 Commits (7)
2e4eac3system/MsgDialog: types & basic text display8c1a6fbsystem/MsgDialog: User message dialogad57ab8system/MsgDialog: RAII for MsgDialog ui6fdfde7system/MsgDialog: Progress bar dialog299711fsystem/MsgDialog: System message textsf1218adsystem/MsgDialog: copy all ui state to local memoryc481650system/MsgDialog: debug logging📊 Changes
9 files changed (+712 additions, -149 deletions)
View changed files
📝
CMakeLists.txt(+3 -0)➕
src/common/fixed_value.h(+35 -0)📝
src/core/libraries/system/commondialog.cpp(+14 -6)📝
src/core/libraries/system/commondialog.h(+39 -4)📝
src/core/libraries/system/msgdialog.cpp(+127 -49)📝
src/core/libraries/system/msgdialog.h(+17 -90)➕
src/core/libraries/system/msgdialog_ui.cpp(+273 -0)➕
src/core/libraries/system/msgdialog_ui.h(+177 -0)➕
src/imgui/imgui_std.h(+27 -0)📄 Description
- based on the #598 branch, gonna rebase after mergeGamepad as first-class
Msg dialog
### Save DialogI'll split it to another PRDemo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.