mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1924] [MERGED] ajm: added stubbed statistics instance #2382
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#2382
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/1924
Author: @roamic
Created: 12/27/2024
Status: ✅ Merged
Merged: 12/29/2024
Merged by: @raphaelthegreat
Base:
main← Head:stub-ajm-statistics📝 Commits (6)
6fce186ajm: added stubbed statistics instanceb99fc8bfixed a typo, thanks polyacae23ffixed clang-format17323baremoved unused structf7a34b3small fixesf952b3cfixed typedefs, added per codec statistics📊 Changes
9 files changed (+231 additions, -42 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/core/libraries/ajm/ajm.cpp(+6 -4)📝
src/core/libraries/ajm/ajm.h(+47 -2)📝
src/core/libraries/ajm/ajm_batch.cpp(+103 -26)📝
src/core/libraries/ajm/ajm_batch.h(+4 -0)📝
src/core/libraries/ajm/ajm_context.cpp(+13 -8)📝
src/core/libraries/ajm/ajm_instance.cpp(+2 -2)➕
src/core/libraries/ajm/ajm_instance_statistics.cpp(+37 -0)➕
src/core/libraries/ajm/ajm_instance_statistics.h(+17 -0)📄 Description
sceAjmMemoryRegister/sceAjmMemoryUnregisteras those do not require any special handling.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.