microprofile.cpp 264 B

1234567
  1. // Copyright 2015 Citra Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. // Includes the MicroProfile implementation in this file for compilation
  5. #define MICROPROFILE_IMPL 1
  6. #include "common/microprofile.h"