[PR #548] [MERGED] Fixed return strict const iterator, replace to range-based loop C++17 and code refactor #1630

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

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


📝 Commits (2)

  • 6d420ee Fixed return strict const iterator, replace to range-based loop C++17 and code refactor
  • 2206ca1 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/548 **Author:** [@GermanAizek](https://github.com/GermanAizek) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `refactor` --- ### 📝 Commits (2) - [`6d420ee`](https://github.com/shadps4-emu/shadPS4/commit/6d420eed86c4bc0256d717b0fb2cf4604c9c1df7) Fixed return strict const iterator, replace to range-based loop C++17 and code refactor - [`2206ca1`](https://github.com/shadps4-emu/shadPS4/commit/2206ca129b1630ac87206a85cebc028aa1384bdc) Merge branch 'main' into refactor ### 📊 Changes **8 files changed** (+31 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description I am waiting for feedbacks and code review --- <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:21 +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#1630
No description provided.