[PR #273] [MERGED] More HLE stuff and fixes #1442

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/273
Author: @georgemoralis
Created: 7/9/2024
Status: Merged
Merged: 7/10/2024
Merged by: @raphaelthegreat

Base: mainHead: miscFixes5


📝 Commits (8)

  • 80a013a sceKernelOpen truncate is not neccesary
  • 39a6197 fixup scePthreadCondSignal
  • c28f3b4 dummy error , ime dialogs stubbed
  • 13b9469 sceErrorDialog implemenation (no ui)
  • 427a7aa small fix in sceSaveDataGetEventResult and sceAppContentTemporaryDataMount2.
  • 736b978 ime dialog structs and functions definations
  • 6caded9 added stubbed avplayer
  • c719e70 Open folder should be first on context menu

📊 Changes

16 files changed (+701 additions, -14 deletions)

View changed files

📝 CMakeLists.txt (+10 -0)
📝 src/common/logging/filter.cpp (+3 -0)
📝 src/common/logging/types.h (+3 -0)
📝 src/core/libraries/app_content/app_content.cpp (+2 -0)
src/core/libraries/avplayer/avplayer.cpp (+190 -0)
src/core/libraries/avplayer/avplayer.h (+43 -0)
src/core/libraries/dialogs/error_codes.h (+12 -0)
src/core/libraries/dialogs/error_dialog.cpp (+86 -0)
src/core/libraries/dialogs/error_dialog.h (+37 -0)
src/core/libraries/dialogs/ime_dialog.cpp (+118 -0)
src/core/libraries/dialogs/ime_dialog.h (+186 -0)
📝 src/core/libraries/kernel/file_system.cpp (+1 -1)
📝 src/core/libraries/kernel/thread_management.cpp (+1 -0)
📝 src/core/libraries/libs.cpp (+4 -0)
📝 src/core/libraries/save_data/savedata.cpp (+4 -12)
📝 src/qt_gui/gui_context_menus.h (+1 -1)

📄 Description

  • Fix to sceKernelOpen (fix an issue in bb)
  • Fixed scePthreadCondSignal (fix for Re:ZERO -Starting Life)
  • Implemented ui-less sceErrorDialog
  • Fix in sceSaveDataGetEventResult (bunnies)
  • Fix in sceAppContentTemporaryDataMount2

🔄 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/273 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `miscFixes5` --- ### 📝 Commits (8) - [`80a013a`](https://github.com/shadps4-emu/shadPS4/commit/80a013aa07d4f6986eb56fbe01f9467bb8fa07f2) sceKernelOpen truncate is not neccesary - [`39a6197`](https://github.com/shadps4-emu/shadPS4/commit/39a6197d043f9ebc4cb5d4b6bc94aa9cf830cf82) fixup scePthreadCondSignal - [`c28f3b4`](https://github.com/shadps4-emu/shadPS4/commit/c28f3b4f9dcda13d1d04168138459fff68eb042c) dummy error , ime dialogs stubbed - [`13b9469`](https://github.com/shadps4-emu/shadPS4/commit/13b9469af48a919fdf2df6757da73c50f772c64f) sceErrorDialog implemenation (no ui) - [`427a7aa`](https://github.com/shadps4-emu/shadPS4/commit/427a7aa407acb853fba80ac331f28c088c50b3ee) small fix in sceSaveDataGetEventResult and sceAppContentTemporaryDataMount2. - [`736b978`](https://github.com/shadps4-emu/shadPS4/commit/736b978ca189adc5feda3c83e1873d54bd3ca5c6) ime dialog structs and functions definations - [`6caded9`](https://github.com/shadps4-emu/shadPS4/commit/6caded900ecef8268b79ad099f5c98e7a3dc32a6) added stubbed avplayer - [`c719e70`](https://github.com/shadps4-emu/shadPS4/commit/c719e70d16dcb3701c570ecb6196ec1198f68ddd) Open folder should be first on context menu ### 📊 Changes **16 files changed** (+701 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+10 -0) 📝 `src/common/logging/filter.cpp` (+3 -0) 📝 `src/common/logging/types.h` (+3 -0) 📝 `src/core/libraries/app_content/app_content.cpp` (+2 -0) ➕ `src/core/libraries/avplayer/avplayer.cpp` (+190 -0) ➕ `src/core/libraries/avplayer/avplayer.h` (+43 -0) ➕ `src/core/libraries/dialogs/error_codes.h` (+12 -0) ➕ `src/core/libraries/dialogs/error_dialog.cpp` (+86 -0) ➕ `src/core/libraries/dialogs/error_dialog.h` (+37 -0) ➕ `src/core/libraries/dialogs/ime_dialog.cpp` (+118 -0) ➕ `src/core/libraries/dialogs/ime_dialog.h` (+186 -0) 📝 `src/core/libraries/kernel/file_system.cpp` (+1 -1) 📝 `src/core/libraries/kernel/thread_management.cpp` (+1 -0) 📝 `src/core/libraries/libs.cpp` (+4 -0) 📝 `src/core/libraries/save_data/savedata.cpp` (+4 -12) 📝 `src/qt_gui/gui_context_menus.h` (+1 -1) </details> ### 📄 Description - Fix to sceKernelOpen (fix an issue in bb) - Fixed scePthreadCondSignal (fix for Re:ZERO -Starting Life) - Implemented ui-less sceErrorDialog - Fix in sceSaveDataGetEventResult (bunnies) - Fix in sceAppContentTemporaryDataMount2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12: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#1442
No description provided.