mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #99] [MERGED] More modules #1291
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#1291
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/99
Author: @georgemoralis
Created: 3/14/2024
Status: ✅ Merged
Merged: 3/22/2024
Merged by: @georgemoralis
Base:
main← Head:modules2📝 Commits (10+)
ec988b7added dummy sceAudio lib28a5b1fadded lseek in file_system6a3ee0fupdated sdl38c383c1forgot sdl3 in cmakeb104042cmake is case sensitive in linuxc6262ebfixed SDL_CreateWindowWithPosition716eb09fixed vulkan issues with latest sdl357dd19fsome progress in sceAudioc9076e4improvements in audiode82deamore sound improvements📊 Changes
27 files changed (+1861 additions, -50 deletions)
View changed files
📝
.gitmodules(+3 -7)📝
CMakeLists.txt(+10 -8)📝
externals/CMakeLists.txt(+10 -11)➕
externals/sdl3(+1 -0)📝
externals/zlib-ng(+1 -1)➖
externals/zlib-ng-win(+0 -1)➕
src/audio_core/sdl_audio.cpp(+111 -0)➕
src/audio_core/sdl_audio.h(+41 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/hle/libraries/libkernel/file_system.cpp(+24 -0)📝
src/core/hle/libraries/libkernel/file_system.h(+1 -0)📝
src/core/hle/libraries/libs.cpp(+2 -0)➕
src/core/libraries/libsceaudioout.cpp(+573 -0)➕
src/core/libraries/libsceaudioout.h(+108 -0)📝
src/emulator.cpp(+10 -2)📝
src/emulator.h(+2 -1)📝
src/vulkan_util.cpp(+9 -13)📝
third-party/CMakeLists.txt(+0 -5)➖
third-party/SDL(+0 -1)...and 7 more files
📄 Description
Initial work on sceAudioOut
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.