mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #273] [MERGED] More HLE stuff and fixes #1442
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1442
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:miscFixes5📝 Commits (8)
80a013asceKernelOpen truncate is not neccesary39a6197fixup scePthreadCondSignalc28f3b4dummy error , ime dialogs stubbed13b9469sceErrorDialog implemenation (no ui)427a7aasmall fix in sceSaveDataGetEventResult and sceAppContentTemporaryDataMount2.736b978ime dialog structs and functions definations6caded9added stubbed avplayerc719e70Open 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.