mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 21:31:04 +00:00
Standardize RegisterLib names for HLE libraries (#3234)
This commit is contained in:
@@ -2429,7 +2429,7 @@ void PushSystemServiceEvent(const OrbisSystemServiceEvent& event) {
|
||||
g_event_queue.push(event);
|
||||
}
|
||||
|
||||
void RegisterlibSceSystemService(Core::Loader::SymbolsResolver* sym) {
|
||||
void RegisterLib(Core::Loader::SymbolsResolver* sym) {
|
||||
LIB_FUNCTION("alZfRdr2RP8", "libSceAppMessaging", 1, "libSceSystemService", 1, 1,
|
||||
sceAppMessagingClearEventFlag);
|
||||
LIB_FUNCTION("jKgAUl6cLy0", "libSceAppMessaging", 1, "libSceSystemService", 1, 1,
|
||||
|
||||
Reference in New Issue
Block a user