mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #3330] [MERGED] Make libSceRtc fully HLE #3394
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3330
Author: @kalaposfos13
Created: 7/26/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @georgemoralis
Base:
main← Head:hle-rtc📝 Commits (5)
ebfa2dfAdd stubbed libkernel time functions211ab81Implement remaining stubbed Rtc functions247a4e0Move Rtc from the optionally HLE loading part to the always loaded part0ca58c7Remove Rtc from the README list of LLE modulesb858d79Mfw last second hotfix I noticed while double checking that everything's good before opening the PR📊 Changes
7 files changed (+97 additions, -16 deletions)
View changed files
📝
README.md(+1 -1)📝
src/core/libraries/kernel/time.cpp(+21 -0)📝
src/core/libraries/kernel/time.h(+3 -0)📝
src/core/libraries/libs.cpp(+1 -0)📝
src/core/libraries/rtc/rtc.cpp(+65 -12)📝
src/core/libraries/rtc/rtc.h(+6 -2)📝
src/emulator.cpp(+0 -1)📄 Description
Unless I'm missing something, this library had an almost fully complete HLE reimplementation already, so I'm not sure why this is still in the list of LLE loadable libraries. I implemented the rest of the stubbed functions (well moved the stubbed parts to the kernel technically) as well, and removed it from the list of LLE loadable libraries. If there is a preexisting reason as to why it wasn't HLE'd before, please do let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.