mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-11 09:34:32 +02:00
Standardize RegisterLib names for HLE libraries (#3234)
This commit is contained in:
@@ -257,7 +257,7 @@ s32 PS4_SYSV_ABI sceKernelGetSystemSwVersion(SwVersionStruct* ret) {
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
void RegisterKernel(Core::Loader::SymbolsResolver* sym) {
|
||||
void RegisterLib(Core::Loader::SymbolsResolver* sym) {
|
||||
service_thread = std::jthread{KernelServiceThread};
|
||||
|
||||
Libraries::Kernel::RegisterFileSystem(sym);
|
||||
|
||||
Reference in New Issue
Block a user