mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 18:58:29 +12:00
log instead of printf
This commit is contained in:
parent
38cbd3e03a
commit
a72136419c
4 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ bool MetalLayerHandle::AcquireDrawable()
|
|||
m_drawable = m_layer->nextDrawable();
|
||||
if (!m_drawable)
|
||||
{
|
||||
debug_printf("layer %p failed to acquire next drawable\n", this);
|
||||
cemuLog_log(LogType::Force, "layer {} failed to acquire next drawable", (void*)this);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue