mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-08 03:27:59 +03:00
code: Add additional logging during init
This commit is contained in:
parent
7c7e9427ba
commit
410ba37ec2
7 changed files with 20 additions and 16 deletions
|
@ -38,6 +38,7 @@
|
|||
namespace Libraries {
|
||||
|
||||
void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
|
||||
LOG_INFO(Lib_Kernel, "Initializing HLE libraries");
|
||||
Libraries::Kernel::LibKernel_Register(sym);
|
||||
Libraries::VideoOut::RegisterLib(sym);
|
||||
Libraries::GnmDriver::RegisterlibSceGnmDriver(sym);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue