microprofileui.h 525 B

123456789101112131415161718
  1. // SPDX-FileCopyrightText: 2015 Citra Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include "common/microprofile.h"
  5. // Customized Citra settings.
  6. // This file wraps the MicroProfile header so that these are consistent everywhere.
  7. #define MICROPROFILE_TEXT_WIDTH 6
  8. #define MICROPROFILE_TEXT_HEIGHT 12
  9. #define MICROPROFILE_HELP_ALT "Right-Click"
  10. #define MICROPROFILE_HELP_MOD "Ctrl"
  11. // This isn't included by microprofileui.h :(
  12. #include <cstdlib> // For std::abs
  13. #include <microprofileui.h>