[PR #521] [MERGED] Added const reference params if possible, removed less 16 size #1610

Closed
opened 2026-02-27 21:13:16 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix


📝 Commits (1)

  • aed9a73 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/521 **Author:** [@GermanAizek](https://github.com/GermanAizek) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix` --- ### 📝 Commits (1) - [`aed9a73`](https://github.com/shadps4-emu/shadPS4/commit/aed9a737d6d72cecd8e2016bb8a64ddb3f619323) Added const reference params if possible, removed less 16 size ### 📊 Changes **9 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1610
No description provided.