[PR #3523] [MERGED] emulator: Fix blank entry at end of sysmodules list. #3538

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3523
Author: @squidbus
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @squidbus

Base: mainHead: fix-load


📝 Commits (1)

  • def5dfb emulator: Fix blank entry at end of sysmodules list.

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/emulator.cpp (+2 -2)

📄 Description

Array was created with size 10 but only 9 entries. Switched to std::to_array to be able to specify type but still auto-deduce size.


🔄 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/3523 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `fix-load` --- ### 📝 Commits (1) - [`def5dfb`](https://github.com/shadps4-emu/shadPS4/commit/def5dfb0e6083fc792c873b5ea3da46d2aa94778) emulator: Fix blank entry at end of sysmodules list. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/emulator.cpp` (+2 -2) </details> ### 📄 Description Array was created with size 10 but only 9 entries. Switched to `std::to_array` to be able to specify type but still auto-deduce size. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:04 +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#3538
No description provided.