[PR #3348] [MERGED] ime-changes #3405

Closed
opened 2026-02-27 22:03:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3348
Author: @w1naenator
Created: 7/29/2025
Status: Merged
Merged: 7/31/2025
Merged by: @georgemoralis

Base: mainHead: ime-fixes


📝 Commits (4)

  • 68ac301 Changes
  • ed14ca8 Potential CUSA00434 [Debug] assert.cpp:30 assert_fail_debug_msg: Assertion Failed!
  • 557fb7f Attempting to resolve an assertion failure in Diablo III:
  • aa65d7b Merge branch 'main' into ime-fixes

📊 Changes

5 files changed (+34 additions, -15 deletions)

View changed files

📝 src/core/libraries/ime/ime.cpp (+11 -4)
📝 src/core/libraries/ime/ime_dialog_ui.cpp (+3 -3)
📝 src/core/libraries/ime/ime_dialog_ui.h (+1 -1)
📝 src/core/libraries/ime/ime_ui.cpp (+11 -4)
📝 src/core/libraries/ime/ime_ui.h (+8 -3)

📄 Description

  • Added support for OrbisImeParamExtended (extended IME parameters) in ImeHandler, ImeState, and ImeUi
  • Updated all relevant constructors and logic to propagate and store the extended parameter
  • Now fully supports passing extended options from sceImeOpen to the IME UI and backend

🔄 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/3348 **Author:** [@w1naenator](https://github.com/w1naenator) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `ime-fixes` --- ### 📝 Commits (4) - [`68ac301`](https://github.com/shadps4-emu/shadPS4/commit/68ac30106128ed8594dc815bed92ea5bc1191600) Changes - [`ed14ca8`](https://github.com/shadps4-emu/shadPS4/commit/ed14ca8026ee2848e841d1ce52ad7bfe3d744dd1) Potential CUSA00434 [Debug] <Critical> assert.cpp:30 assert_fail_debug_msg: Assertion Failed! - [`557fb7f`](https://github.com/shadps4-emu/shadPS4/commit/557fb7f6f5bdad168a49e2b788c42a19f3250996) Attempting to resolve an assertion failure in Diablo III: - [`aa65d7b`](https://github.com/shadps4-emu/shadPS4/commit/aa65d7bc2b772b0fd077693503c18e38fe95ee1a) Merge branch 'main' into ime-fixes ### 📊 Changes **5 files changed** (+34 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/ime/ime.cpp` (+11 -4) 📝 `src/core/libraries/ime/ime_dialog_ui.cpp` (+3 -3) 📝 `src/core/libraries/ime/ime_dialog_ui.h` (+1 -1) 📝 `src/core/libraries/ime/ime_ui.cpp` (+11 -4) 📝 `src/core/libraries/ime/ime_ui.h` (+8 -3) </details> ### 📄 Description - Added support for OrbisImeParamExtended (extended IME parameters) in ImeHandler, ImeState, and ImeUi - Updated all relevant constructors and logic to propagate and store the extended parameter - Now fully supports passing extended options from sceImeOpen to the IME UI and backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:34 +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#3405
No description provided.