[PR #338] [MERGED] kernel: Implement sceKernelSetVirtualRangeName #1493

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/338
Author: @georgemoralis
Created: 7/29/2024
Status: Merged
Merged: 7/29/2024
Merged by: @raphaelthegreat

Base: mainHead: miscFixes8


📝 Commits (7)

  • e6173dc Fix in searchFree should fix #337
  • 86ec760 clang format fix
  • f4b59d9 sceKernelSetVirtualRangeName implementation
  • 9b796ef improved vaddr conversion
  • bf16bd9 updated VirtualQuery to include name too
  • add32b4 unmap also removed name thanks @red_prig
  • 4eca347 fixed copy...

📊 Changes

5 files changed (+30 additions, -1 deletions)

View changed files

📝 src/core/libraries/kernel/libkernel.cpp (+1 -0)
📝 src/core/libraries/kernel/memory_management.cpp (+15 -0)
📝 src/core/libraries/kernel/memory_management.h (+2 -0)
📝 src/core/memory.cpp (+10 -1)
📝 src/core/memory.h (+2 -0)

📄 Description

  • Fix in searchFree , should fix #337

🔄 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/338 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 7/29/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `miscFixes8` --- ### 📝 Commits (7) - [`e6173dc`](https://github.com/shadps4-emu/shadPS4/commit/e6173dc5da633aaaaf2ea511add13a232169296f) Fix in searchFree should fix #337 - [`86ec760`](https://github.com/shadps4-emu/shadPS4/commit/86ec760ace4e0bd0b614db24447cebfa97b0f3e9) clang format fix - [`f4b59d9`](https://github.com/shadps4-emu/shadPS4/commit/f4b59d9fd2e909446c0da29a3c84ca048cb517b3) sceKernelSetVirtualRangeName implementation - [`9b796ef`](https://github.com/shadps4-emu/shadPS4/commit/9b796efabcb04486c13acfa7053f44cf52a8a5cd) improved vaddr conversion - [`bf16bd9`](https://github.com/shadps4-emu/shadPS4/commit/bf16bd929e41aea4b703235960f0b7386f93e48a) updated VirtualQuery to include name too - [`add32b4`](https://github.com/shadps4-emu/shadPS4/commit/add32b40b6f10d60fdc27a9588c989474ca3bf18) unmap also removed name thanks @red_prig - [`4eca347`](https://github.com/shadps4-emu/shadPS4/commit/4eca347227fce46cfb89f55b2b2170f2e80269a3) fixed copy... ### 📊 Changes **5 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/libkernel.cpp` (+1 -0) 📝 `src/core/libraries/kernel/memory_management.cpp` (+15 -0) 📝 `src/core/libraries/kernel/memory_management.h` (+2 -0) 📝 `src/core/memory.cpp` (+10 -1) 📝 `src/core/memory.h` (+2 -0) </details> ### 📄 Description - Fix in searchFree , should fix #337 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:48 +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#1493
No description provided.