mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
Another ifdef (sigh)
This commit is contained in:
parent
a049bd3135
commit
1421f82bf5
1 changed files with 2 additions and 0 deletions
|
@ -40,7 +40,9 @@ Emulator::Emulator()
|
|||
Config::load(config_dir / "config.toml");
|
||||
|
||||
// Initialize NT API functions
|
||||
#ifdef _WIN32
|
||||
Common::NtApi::Initialize();
|
||||
#endif
|
||||
|
||||
// Start logger.
|
||||
Common::Log::Initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue