mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Make libSceRtc fully HLE (#3330)
* Add stubbed libkernel time functions * Implement remaining stubbed Rtc functions * Move Rtc from the optionally HLE loading part to the always loaded part * Remove Rtc from the README list of LLE modules * Mfw last second hotfix I noticed while double checking that everything's good before opening the PR
This commit is contained in:
@@ -130,6 +130,7 @@ void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
|
||||
Libraries::CompanionHttpd::RegisterLib(sym);
|
||||
Libraries::CompanionUtil::RegisterLib(sym);
|
||||
Libraries::Voice::RegisterLib(sym);
|
||||
Libraries::Rtc::RegisterLib(sym);
|
||||
}
|
||||
|
||||
} // namespace Libraries
|
||||
|
||||
Reference in New Issue
Block a user