mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #293] [MERGED] Various linux fixes #1459
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#1459
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/293
Author: @raphaelthegreat
Created: 7/15/2024
Status: ✅ Merged
Merged: 7/15/2024
Merged by: @georgemoralis
Base:
main← Head:misc-fixes3📝 Commits (10+)
dd7d232event_queues: Use std placeholders73d4aafliverpool: Num submits should be atomic432defdexternals: Disable sdl pipewire26f8fbftls: Use gs segment for linuxdbeed80fs: Actually functional linux case insensitive searchce6a01bclang format58d1cbdssa_rewrite_pass: Correct phi node type for thread bitmaskba0be91clang format fix0298889windows std::filesystem fixes0599f4efs: Fix case of getting the mount itself📊 Changes
14 files changed (+166 additions, -159 deletions)
View changed files
📝
externals/CMakeLists.txt(+1 -0)📝
src/common/io_file.h(+2 -2)📝
src/core/file_sys/fs.cpp(+70 -49)📝
src/core/file_sys/fs.h(+22 -8)📝
src/core/libraries/kernel/event_queues.cpp(+1 -4)📝
src/core/libraries/kernel/file_system.cpp(+8 -9)📝
src/core/libraries/kernel/libkernel.cpp(+1 -1)📝
src/core/libraries/kernel/thread_management.cpp(+0 -10)📝
src/core/libraries/libc/libc_stdio.cpp(+5 -4)📝
src/core/libraries/save_data/savedata.cpp(+36 -37)📝
src/core/tls.cpp(+10 -28)📝
src/shader_recompiler/frontend/translate/export.cpp(+1 -1)📝
src/shader_recompiler/ir/passes/ssa_rewrite_pass.cpp(+8 -5)📝
src/video_core/amdgpu/liverpool.h(+1 -1)📄 Description
Mostly a collection of fixes for linux that I had in the present branch but that might take a while to merge so having these here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.