diff options
Diffstat (limited to 'core/client.cpp')
| -rw-r--r-- | core/client.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/client.cpp b/core/client.cpp index cf85b27..2ca419a 100644 --- a/core/client.cpp +++ b/core/client.cpp @@ -45,7 +45,6 @@ // ---------------------------------------------------------------------------- #define COLOR_BLACK ImVec4(0.f, 0.f, 0.f, 1.f) #define FONT_SIZE 12.f -#define FONT_SOURCE "/usr/share/fonts/droid/DroidSansMono.ttf" #define GLSL_VERSION "#version 130" #define PLOT_MIN_COLS 1 #define PLOT_MAX_COLS 8 @@ -204,7 +203,7 @@ private: // ---------------------------------------------------------------------------- // [SECTION] Plots // ---------------------------------------------------------------------------- -#include "arch_plots.cpp" +#include "plots.cpp" std::array g_core_traces = std::to_array<TraceNamed<ImS64>>({ {"rowid", "rowid"}, |
