shadPS4/src
Valdis Bogdāns 012b01d81f
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
Another ImeDialog hotfix (#3371)
* Changes
-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

* Potential CUSA00434 [Debug] <Critical> assert.cpp:30 assert_fail_debug_msg: Assertion Failed!
buf_len + 1 <= buf_size && "Is your input buffer properly zero-terminated?" at C:/VS/shadPS4-ime-fixes/externals/dear_imgui/imgui_widgets.cpp:4601 fix

* Attempting to resolve an assertion failure in Diablo III:
- Adjusted buffer sizes
- Updated the calculation of text‑length values

* ime-lib another hotfix

Fixed incorrect param->title validation, which caused the IME dialog to fail to appear in Stardew Valley. Need to be checked.

* Clang fix

---------

Co-authored-by: w1naenator <valdis.bogdans@hotmail.com>
2025-08-03 12:51:26 +03:00
..
common Multiple controllers: Select active controller and set default controller (#3169) 2025-07-30 21:37:45 +03:00
core Another ImeDialog hotfix (#3371) 2025-08-03 12:51:26 +03:00
images Qt: add customizable controller hotkeys (#3369) 2025-08-03 11:59:12 +03:00
imgui controller select crash fix + minor changes (#3355) 2025-07-31 09:12:06 +03:00
input Qt: add customizable controller hotkeys (#3369) 2025-08-03 11:59:12 +03:00
qt_gui Minor fixes (#3370) 2025-08-03 12:25:08 +03:00
shader_recompiler shader_recompiler: Rework sharp tracking for robustness (#3327) 2025-07-28 13:32:16 -07:00
video_core shader_recompiler: Rework sharp tracking for robustness (#3327) 2025-07-28 13:32:16 -07:00
.clang-format
emulator.cpp Network config (#3292) 2025-07-23 20:07:42 +03:00
emulator.h Add support for game folder and fail early if eboot.bin is missing or corrupt (#3027) 2025-06-03 13:34:29 +03:00
main.cpp qt: save gui settings to separate file (#2984) 2025-06-12 13:27:52 +03:00
sdl_window.cpp Qt: add customizable controller hotkeys (#3369) 2025-08-03 11:59:12 +03:00
sdl_window.h Qt: add customizable controller hotkeys (#3369) 2025-08-03 11:59:12 +03:00
shadps4.qrc Qt: add customizable controller hotkeys (#3369) 2025-08-03 11:59:12 +03:00
shadps4.rc [Windows] Adding Properties to the Executable (#2789) 2025-04-17 09:43:14 +03:00