mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Core: Remove double newlines at the end of *_LOG messages.
This commit is contained in:
parent
146ee6de91
commit
c9e6b05ce9
17 changed files with 64 additions and 65 deletions
|
@ -25,7 +25,7 @@ Renderer::~Renderer()
|
|||
|
||||
void Renderer::RenderText(const std::string& text, int left, int top, u32 color)
|
||||
{
|
||||
NOTICE_LOG(VIDEO, "RenderText: %s\n", text.c_str());
|
||||
NOTICE_LOG(VIDEO, "RenderText: %s", text.c_str());
|
||||
}
|
||||
|
||||
TargetRectangle Renderer::ConvertEFBRectangle(const EFBRectangle& rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue