diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-11 02:04:01 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-11 02:04:38 +0200 |
commit | b0ae99e1778e84f66dc1006386d2124e7345d0ce (patch) | |
tree | 05edd8cb0f9dade0fbd28b8333061ea09f4e2df8 /src/citra/citra.h | |
parent | added missing const to GetWindowTitle (diff) | |
download | yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar.gz yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar.bz2 yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar.lz yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar.xz yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.tar.zst yuzu-b0ae99e1778e84f66dc1006386d2124e7345d0ce.zip |
Diffstat (limited to 'src/citra/citra.h')
-rw-r--r-- | src/citra/citra.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/citra/citra.h b/src/citra/citra.h index b9254c5da..b3b78a2dc 100644 --- a/src/citra/citra.h +++ b/src/citra/citra.h @@ -4,12 +4,3 @@ #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" - |