[PR #1627] [CLOSED] core/libraries: Misc. Ime fixes #2208

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1627
Author: @polybiusproxy
Created: 11/30/2024
Status: Closed

Base: mainHead: core/more-ime


📝 Commits (2)

  • 83d08bf core/libraries: Misc. Ime fixes
  • 074b391 Merge branch 'main' into core/more-ime

📊 Changes

5 files changed (+114 additions, -62 deletions)

View changed files

📝 src/core/libraries/ime/ime.cpp (+63 -30)
📝 src/core/libraries/ime/ime.h (+22 -4)
📝 src/core/libraries/ime/ime_common.h (+1 -1)
📝 src/core/libraries/ime/ime_ui.cpp (+25 -24)
📝 src/core/libraries/ime/ime_ui.h (+3 -3)

📄 Description

  • Fixes crashes with Ime open.
  • Do not return ORBIS_IME_ERROR_CONNECTION_FAILED on ImeKeyboard open—fixes softlocks on games that don't handle this error

🔄 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/1627 **Author:** [@polybiusproxy](https://github.com/polybiusproxy) **Created:** 11/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `core/more-ime` --- ### 📝 Commits (2) - [`83d08bf`](https://github.com/shadps4-emu/shadPS4/commit/83d08bf96bfb8ab9c0268fcc53c3369b6ab41a37) core/libraries: Misc. Ime fixes - [`074b391`](https://github.com/shadps4-emu/shadPS4/commit/074b3910c1bb20ffdba8cb4104689693b994b25f) Merge branch 'main' into core/more-ime ### 📊 Changes **5 files changed** (+114 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/ime/ime.cpp` (+63 -30) 📝 `src/core/libraries/ime/ime.h` (+22 -4) 📝 `src/core/libraries/ime/ime_common.h` (+1 -1) 📝 `src/core/libraries/ime/ime_ui.cpp` (+25 -24) 📝 `src/core/libraries/ime/ime_ui.h` (+3 -3) </details> ### 📄 Description - Fixes crashes with Ime open. - Do not return `ORBIS_IME_ERROR_CONNECTION_FAILED` on ImeKeyboard open—fixes softlocks on games that don't handle this error --- <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:36 +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#2208
No description provided.