mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 22:18:18 -05:00
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
This commit is contained in:
@ -134,7 +134,7 @@ void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) {
|
||||
HandleSpecialMapping(vm_manager, mapping);
|
||||
}
|
||||
|
||||
vm_manager.LogLayout(Log::Level::Debug);
|
||||
vm_manager.LogLayout();
|
||||
status = ProcessStatus::Running;
|
||||
|
||||
Kernel::SetupMainThread(entry_point, main_thread_priority, this);
|
||||
|
Reference in New Issue
Block a user