mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-12 09:14:52 +00:00
This breaks Linux stdout logging. This reverts commit7ac5b1f2f8, reversing changes made to9bc14012fc. Revert "Merge pull request #77 from lioncash/remove-console" This reverts commit9bc14012fc, reversing changes made tob18a33377d. Conflicts: Source/Core/Common/LogManager.cpp Source/Core/DolphinWX/Frame.cpp Source/Core/DolphinWX/FrameAui.cpp Source/Core/DolphinWX/LogConfigWindow.cpp Source/Core/DolphinWX/LogWindow.cpp
11 lines
250 B
C
11 lines
250 B
C
// Copyright 2013 Dolphin Emulator Project
|
|
// Licensed under GPLv2
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
// Simple debugging console currently residing in the Logging window. Not used much.
|
|
|
|
#pragma once
|
|
|
|
void Console_Submit(const char *cmd);
|