mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
fixed compile error
This commit is contained in:
parent
4ec037735f
commit
0ddf11e062
@ -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…
Reference in New Issue
Block a user