microprofileui.h 554 B

12345678910111213141516171819
  1. // Copyright 2015 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "common/microprofile.h"
  6. // Customized Citra settings.
  7. // This file wraps the MicroProfile header so that these are consistent everywhere.
  8. #define MICROPROFILE_TEXT_WIDTH 6
  9. #define MICROPROFILE_TEXT_HEIGHT 12
  10. #define MICROPROFILE_HELP_ALT "Right-Click"
  11. #define MICROPROFILE_HELP_MOD "Ctrl"
  12. // This isn't included by microprofileui.h :(
  13. #include <cstdlib> // For std::abs
  14. #include <microprofileui.h>