mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +00:00
fixed compile error
This commit is contained in:
parent
4ec037735f
commit
0ddf11e062
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Emulator::Emulator() {
|
|||
LOG_INFO(Config, "Vulkan vkValidationGpu: {}", Config::vkValidationGpuEnabled());
|
||||
LOG_INFO(Config, "Vulkan rdocEnable: {}", Config::isRdocEnabled());
|
||||
LOG_INFO(Config, "Vulkan rdocMarkersEnable: {}", Config::isMarkersEnabled());
|
||||
LOG_INFO(Config, "LLE isLibc: {}," Config::isLleLibc());
|
||||
LOG_INFO(Config, "LLE isLibc: {}", Config::isLleLibc());
|
||||
|
||||
// Defer until after logging is initialized.
|
||||
memory = Core::Memory::Instance();
|
||||
|
|
Loading…
Add table
Reference in a new issue