mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Core: Remove checks for symbol version_major and version_minor (#3540)
* Remove checks for module version_major and version_minor Following this rule broke linking for some libraries, and introduced extra effort needed to get some homebrew running. * Clang * Fix rebase * Disable libSceSsl HLE Real hardware uses a title workaround to determine if base libSceSsl is needed. Currently, this title workaround applies to absolutely nothing.
This commit is contained in:
@@ -88,7 +88,6 @@ void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
|
||||
Libraries::NetCtl::RegisterLib(sym);
|
||||
Libraries::SaveData::RegisterLib(sym);
|
||||
Libraries::SaveData::Dialog::RegisterLib(sym);
|
||||
Libraries::Ssl::RegisterLib(sym);
|
||||
Libraries::Ssl2::RegisterLib(sym);
|
||||
Libraries::SysModule::RegisterLib(sym);
|
||||
Libraries::Posix::RegisterLib(sym);
|
||||
@@ -139,6 +138,9 @@ void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
|
||||
Libraries::Voice::RegisterLib(sym);
|
||||
Libraries::Rtc::RegisterLib(sym);
|
||||
Libraries::VrTracker::RegisterLib(sym);
|
||||
|
||||
// Loading libSceSsl is locked behind a title workaround that currently applies to nothing.
|
||||
// Libraries::Ssl::RegisterLib(sym);
|
||||
}
|
||||
|
||||
} // namespace Libraries
|
||||
|
||||
Reference in New Issue
Block a user