[PR #2685] [MERGED] Add isDevKit bool #2908

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2685
Author: @illusionyy
Created: 3/25/2025
Status: Merged
Merged: 3/26/2025
Merged by: @georgemoralis

Base: mainHead: devkit


📝 Commits (1)

📊 Changes

3 files changed (+19 additions, -0 deletions)

View changed files

📝 src/common/config.cpp (+8 -0)
📝 src/common/config.h (+1 -0)
📝 src/core/memory.cpp (+10 -0)

📄 Description

I believe it should be +768MB and 2GB on both platforms, didn't bother with UI so its only config.
At least CUSA03282 check for it.

DAT_01957420 = sceKernelGetDirectMemorySize() == 0x150000000;

Off:
image

On:
image


🔄 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/2685 **Author:** [@illusionyy](https://github.com/illusionyy) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `devkit` --- ### 📝 Commits (1) - [`5f33341`](https://github.com/shadps4-emu/shadPS4/commit/5f33341056de653c2825546d308d3d348d29a006) Add isDevKit bool ### 📊 Changes **3 files changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+8 -0) 📝 `src/common/config.h` (+1 -0) 📝 `src/core/memory.cpp` (+10 -0) </details> ### 📄 Description I believe it should be +768MB and 2GB on both platforms, didn't bother with UI so its only config. At least CUSA03282 check for it. ```c DAT_01957420 = sceKernelGetDirectMemorySize() == 0x150000000; ``` Off: ![image](https://github.com/user-attachments/assets/cd81bf7e-221d-45b2-983e-074f88942e8b) On: ![image](https://github.com/user-attachments/assets/d8ae542c-eede-4602-a34b-220361082820) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:43 +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#2908
No description provided.