CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
The LOG_* function itself already appends one.
This commit is contained in:
parent
7c747c8c33
commit
14af5919ba
7 changed files with 55 additions and 55 deletions
|
@ -240,7 +240,7 @@ void GMainWindow::OnDisplayTitleBars(bool show)
|
|||
}
|
||||
|
||||
void GMainWindow::BootGame(const std::string& filename) {
|
||||
LOG_INFO(Frontend, "Citra starting...\n");
|
||||
LOG_INFO(Frontend, "Citra starting...");
|
||||
|
||||
// Shutdown previous session if the emu thread is still active...
|
||||
if (emu_thread != nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue