mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-08 01:06:20 +01:00
- Update copyright headers to include Citron Homebrew Project - Add 2025 to copyright years
6 lines
266 B
C++
6 lines
266 B
C++
// 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"
|