aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/citra.h
blob: b9254c5da29c6ff2cc105dd4a62e9f74a2a7ba88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.

#pragma once

#include <string>

#include "common/common.h"

#define APP_NAME        std::string("citra")
#define APP_VERSION     std::string("0.01-") + std::string(g_scm_rev_str)
#define APP_TITLE       (APP_NAME + " " + APP_VERSION)
#define	COPYRIGHT       "Copyright (C) 2014 Citra Emulator"