summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/DebuggerUIUtil.cpp
blob: db14859ff01af2d68d20ed44dac80b1e10666603 (plain)
1
2
3
4
5
6
7
8
9
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"));