mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #1417] [CLOSED] more ajm #2101
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#2101
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/1417
Author: @auser1337
Created: 10/20/2024
Status: ❌ Closed
Base:
ajm← Head:ajm📝 Commits (10+)
e19e471ajm: Some work1b1ad53worka805653work8d6afc9Merge branch 'ajm' into test53d936fMerge pull request #1 from auser1337/testa13d1d1core/fs: fix file path (again) (#1408)47ba6c6Patch compatible version notice (#1407)d9d53c7work58b8864Remove .vscode folder87f8fearenderer_vulkan: Commize and adjust buffer bindings (#1412)📊 Changes
79 files changed (+2241 additions, -444 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
CMakeLists.txt(+13 -5)📝
externals/CMakeLists.txt(+14 -3)➕
externals/LibAtrac9(+1 -0)📝
src/core/address_space.h(+4 -0)📝
src/core/file_sys/fs.cpp(+2 -1)📝
src/core/libraries/ajm/ajm.cpp(+480 -32)📝
src/core/libraries/ajm/ajm.h(+160 -12)➕
src/core/libraries/ajm/ajm_at9.cpp(+75 -0)➕
src/core/libraries/ajm/ajm_at9.h(+39 -0)➕
src/core/libraries/ajm/ajm_instance.h(+73 -0)➕
src/core/libraries/ajm/ajm_mp3.cpp(+150 -0)➕
src/core/libraries/ajm/ajm_mp3.h(+77 -0)📝
src/core/libraries/audio/audioout.cpp(+7 -0)📝
src/core/libraries/avplayer/avplayer.cpp(+1 -1)📝
src/core/libraries/kernel/libkernel.cpp(+1 -0)📝
src/core/libraries/kernel/thread_management.cpp(+10 -1)📝
src/core/libraries/libs.h(+5 -4)📝
src/core/libraries/videoout/driver.cpp(+0 -1)📝
src/core/memory.cpp(+11 -0)...and 59 more files
📄 Description
Some more
libSceAjmworkChanges:
To-do:
P.S. No it doesn't work on bloodborne stop asking :D
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.