mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1436] [MERGED] core/libraries: IME implementation #2109
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#2109
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/1436
Author: @polybiusproxy
Created: 10/23/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @georgemoralis
Base:
main← Head:core/ime📝 Commits (2)
7557314core/libraries: IME implementation4fbe1a3Update ime_common.h📊 Changes
15 files changed (+818 additions, -130 deletions)
View changed files
📝
CMakeLists.txt(+12 -10)➖
src/core/libraries/dialogs/error_codes.h(+0 -12)📝
src/core/libraries/error_codes.h(+46 -1)📝
src/core/libraries/ime/error_dialog.cpp(+0 -0)📝
src/core/libraries/ime/error_dialog.h(+0 -0)📝
src/core/libraries/ime/ime.cpp(+183 -17)📝
src/core/libraries/ime/ime.h(+57 -7)➕
src/core/libraries/ime/ime_common.h(+184 -0)📝
src/core/libraries/ime/ime_dialog.cpp(+0 -0)📝
src/core/libraries/ime/ime_dialog.h(+1 -76)📝
src/core/libraries/ime/ime_dialog_ui.cpp(+4 -4)📝
src/core/libraries/ime/ime_dialog_ui.h(+1 -1)➕
src/core/libraries/ime/ime_ui.cpp(+252 -0)➕
src/core/libraries/ime/ime_ui.h(+76 -0)📝
src/core/libraries/libs.cpp(+2 -2)📄 Description
Implementation of the IME library, used for opening an IME keyboard to interact with the game.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.