mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 20:47:57 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -43,7 +43,7 @@ void PrimitiveAssembler<VertexType>::SubmitVertex(VertexType& vtx, TriangleHandl
|
||||
break;
|
||||
|
||||
default:
|
||||
ERROR_LOG(GPU, "Unknown triangle topology %x:", (int)topology);
|
||||
LOG_ERROR(Render_Software, "Unknown triangle topology %x:", (int)topology);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user