summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
new file mode 100644
index 0000000000..db14859ff0
--- /dev/null
+++ b/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
@@ -0,0 +1,10 @@
+// Copyright 2013 Dolphin Emulator Project
+// Licensed under GPLv2
+// Refer to the license.txt file included.
+
+
+#include "DebuggerUIUtil.h"
+
+// The default font
+wxFont DebuggerFont = wxFont(9, wxMODERN, wxNORMAL, wxNORMAL, false, wxT("monospace"));
+