[PR #1436] [MERGED] core/libraries: IME implementation #2109

Closed
opened 2026-02-27 21:15:13 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: core/ime


📝 Commits (2)

  • 7557314 core/libraries: IME implementation
  • 4fbe1a3 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1436 **Author:** [@polybiusproxy](https://github.com/polybiusproxy) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `core/ime` --- ### 📝 Commits (2) - [`7557314`](https://github.com/shadps4-emu/shadPS4/commit/7557314014f65225c3b2014bf9acc7c1f858c26f) core/libraries: IME implementation - [`4fbe1a3`](https://github.com/shadps4-emu/shadPS4/commit/4fbe1a37be5760cbbde0bba0a917c277b6dbeb5f) Update ime_common.h ### 📊 Changes **15 files changed** (+818 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Implementation of the IME library, used for opening an IME keyboard to interact with the game. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2109
No description provided.