[PR #3243] [MERGED] Implement sceKernelGetSystemSwVersion #3330

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3243
Author: @kalaposfos13
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @georgemoralis

Base: mainHead: kernel-get-system-sw-version


📝 Commits (2)

  • 9012328 Implement sceKernelGetSystemSwVersion
  • b0c9a56 Set the reported firmware version to that of the game executable

📊 Changes

2 files changed (+21 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/kernel.cpp (+15 -0)
📝 src/core/libraries/kernel/kernel.h (+6 -0)

📄 Description

This function is used by LLE HTTP. From comparing the behaviour on console and on the emulator with Driveclub on mikusp's network PR + some hacks + hardcoded values to get it to connect to my local server, it appears to be working fine.
The LLE library still works without this function, it would simply use whatever memory garbage was in the return struct pointer's address instead.


🔄 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/3243 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `kernel-get-system-sw-version` --- ### 📝 Commits (2) - [`9012328`](https://github.com/shadps4-emu/shadPS4/commit/90123288baaeeddea48b524292af3d3d2bb862eb) Implement sceKernelGetSystemSwVersion - [`b0c9a56`](https://github.com/shadps4-emu/shadPS4/commit/b0c9a5688f1a0cc43b331053dbdbb0929d576f1f) Set the reported firmware version to that of the game executable ### 📊 Changes **2 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/kernel.cpp` (+15 -0) 📝 `src/core/libraries/kernel/kernel.h` (+6 -0) </details> ### 📄 Description This function is used by LLE HTTP. From comparing the behaviour on console and on the emulator with Driveclub on mikusp's network PR + some hacks + hardcoded values to get it to connect to my local server, it appears to be working fine. The LLE library still works without this function, it would simply use whatever memory garbage was in the return struct pointer's address instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:18 +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#3330
No description provided.