mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #521] [MERGED] Added const reference params if possible, removed less 16 size #1610
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#1610
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/521
Author: @GermanAizek
Created: 8/21/2024
Status: ✅ Merged
Merged: 8/22/2024
Merged by: @georgemoralis
Base:
main← Head:fix📝 Commits (1)
aed9a73Added const reference params if possible, removed less 16 size📊 Changes
9 files changed (+19 additions, -19 deletions)
View changed files
📝
src/common/config.cpp(+6 -6)📝
src/common/config.h(+6 -6)📝
src/common/uint128.h(+1 -1)📝
src/core/file_format/playgo_chunk.cpp(+1 -1)📝
src/core/file_format/playgo_chunk.h(+1 -1)📝
src/core/file_format/psf.cpp(+1 -1)📝
src/core/file_format/psf.h(+1 -1)📝
src/core/libraries/avplayer/avplayer_source.cpp(+1 -1)📝
src/shader_recompiler/ir/opcodes.h(+1 -1)📄 Description
Very similar to this PR https://github.com/shadps4-emu/shadPS4/pull/446, but I found more places where can added or remove const reference.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.