blob: 01f74119ffefc77b6930ea3b6c8e6de7a8b94eb2 (
plain)
1
2
3
4
5
6
|
// SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
// Includes the MicroProfile implementation in this file for compilation
#define MICROPROFILE_IMPL 1
#include "common/microprofile.h"
|