[PR #697] [MERGED] libSceRtc HLE #1721

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/697
Author: @CrazyBloo
Created: 8/31/2024
Status: Merged
Merged: 9/6/2024
Merged by: @psucien

Base: mainHead: libSceRtc


📝 Commits (10+)

  • 2b8d1da SetTick + GetTick, adding functions, checkvalid
  • 1aafe18 format
  • e0ee373 Merge branch 'shadps4-emu:main' into libSceRtc
  • e247461 more functions
  • 0ce3828 Merge branch 'shadps4-emu:main' into libSceRtc
  • d27c631 format
  • 58cc761 implement lizardy's changes
  • 3629a43 fix linux build
  • 4b2b970 Merge pull request #2 from CrazyBloo/libSceRtc-dev
  • 9187913 various formatting improvements and fixes

📊 Changes

5 files changed (+1095 additions, -173 deletions)

View changed files

📝 src/core/libraries/kernel/libkernel.h (+2 -0)
📝 src/core/libraries/kernel/time_management.h (+6 -1)
📝 src/core/libraries/rtc/rtc.cpp (+1003 -127)
📝 src/core/libraries/rtc/rtc.h (+68 -44)
📝 src/core/libraries/rtc/rtc_error.h (+16 -1)

📄 Description

ready for review


🔄 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/697 **Author:** [@CrazyBloo](https://github.com/CrazyBloo) **Created:** 8/31/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@psucien](https://github.com/psucien) **Base:** `main` ← **Head:** `libSceRtc` --- ### 📝 Commits (10+) - [`2b8d1da`](https://github.com/shadps4-emu/shadPS4/commit/2b8d1da9f9d0eaa6e78203df17f3bd3a9b503221) SetTick + GetTick, adding functions, checkvalid - [`1aafe18`](https://github.com/shadps4-emu/shadPS4/commit/1aafe183df0da26c221d05b4e1aa9db4b4efa4a7) format - [`e0ee373`](https://github.com/shadps4-emu/shadPS4/commit/e0ee37398e5833b68c7797047a4cd61590112f7b) Merge branch 'shadps4-emu:main' into libSceRtc - [`e247461`](https://github.com/shadps4-emu/shadPS4/commit/e247461b8df03738274a2e54c860f6e33d06cfde) more functions - [`0ce3828`](https://github.com/shadps4-emu/shadPS4/commit/0ce38285d7c2af5ba20032bbaaf682cd22af923f) Merge branch 'shadps4-emu:main' into libSceRtc - [`d27c631`](https://github.com/shadps4-emu/shadPS4/commit/d27c6319c5dda2ea4e2c16875b533a2da8e8e31c) format - [`58cc761`](https://github.com/shadps4-emu/shadPS4/commit/58cc7616d5831c40bfde5a927de2b30f5bd400a2) implement lizardy's changes - [`3629a43`](https://github.com/shadps4-emu/shadPS4/commit/3629a43a31fa118ea993ea1341a1cae3ba517895) fix linux build - [`4b2b970`](https://github.com/shadps4-emu/shadPS4/commit/4b2b970458ab9b6423fede5c9deca1b8c89e5a04) Merge pull request #2 from CrazyBloo/libSceRtc-dev - [`9187913`](https://github.com/shadps4-emu/shadPS4/commit/9187913c4285276e94439f901d6b0ca7c38a4712) various formatting improvements and fixes ### 📊 Changes **5 files changed** (+1095 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/libkernel.h` (+2 -0) 📝 `src/core/libraries/kernel/time_management.h` (+6 -1) 📝 `src/core/libraries/rtc/rtc.cpp` (+1003 -127) 📝 `src/core/libraries/rtc/rtc.h` (+68 -44) 📝 `src/core/libraries/rtc/rtc_error.h` (+16 -1) </details> ### 📄 Description ready for review --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:41 +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#1721
No description provided.