mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #548] [MERGED] Fixed return strict const iterator, replace to range-based loop C++17 and code refactor #1630
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#1630
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/548
Author: @GermanAizek
Created: 8/23/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @georgemoralis
Base:
main← Head:refactor📝 Commits (2)
6d420eeFixed return strict const iterator, replace to range-based loop C++17 and code refactor2206ca1Merge branch 'main' into refactor📊 Changes
8 files changed (+31 additions, -32 deletions)
View changed files
📝
src/core/libraries/kernel/threads/semaphore.cpp(+2 -2)📝
src/core/memory.cpp(+3 -3)📝
src/shader_recompiler/frontend/control_flow_graph.cpp(+3 -3)📝
src/shader_recompiler/frontend/structured_control_flow.cpp(+15 -15)📝
src/shader_recompiler/ir/basic_block.h(+2 -2)📝
src/video_core/buffer_cache/range_set.h(+4 -5)📝
src/video_core/renderer_vulkan/renderer_vulkan.h(+1 -1)📝
src/video_core/renderer_vulkan/vk_swapchain.cpp(+1 -1)📄 Description
I am waiting for feedbacks and code review
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.