summaryrefslogtreecommitdiffstats
path: root/src/akiru
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
committerShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
commitd708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch)
tree72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/akiru
parentadded ipch/ folder (MSVS generated) to .gitignore (diff)
downloadyuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.gz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.bz2
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.lz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.xz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.zst
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.zip
Diffstat (limited to 'src/akiru')
-rw-r--r--src/akiru/src/akiru.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/akiru/src/akiru.h b/src/akiru/src/akiru.h
index a3b210922..4752b961e 100644
--- a/src/akiru/src/akiru.h
+++ b/src/akiru/src/akiru.h
@@ -1,12 +1,12 @@
-/*!
- * Copyright (C) 2005-2012 Gekko Emulator
+/**
+ * Copyright (C) 2013 Akiru Emulator
*
- * \file pcafe.h
- * \author ShizZy <shizzy247@gmail.com>
- * \date 2012-02-11
- * \brief Main entry point
+ * @file akiru.cpp
+ * @author ShizZy <shizzy247@gmail.com>
+ * @date 2013-09-04
+ * @brief Main entry point
*
- * \section LICENSE
+ * @section LICENSE
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
@@ -22,14 +22,14 @@
* http://code.google.com/p/gekko-gc-emu/
*/
-#ifndef PCAFE_PCAFE_H_
-#define PCAFE_PCAFE_H_
+#ifndef AKIRU_AKIRU_H_
+#define AKIRU_AKIRU_H_
#include "version.h"
-#define APP_NAME "gekko"
+#define APP_NAME "akiru"
#define APP_VERSION "0.31-" VERSION
#define APP_TITLE APP_NAME " " APP_VERSION
-#define COPYRIGHT "Copyright (C) 2005-2012 Gekko Team"
+#define COPYRIGHT "Copyright (C) 2005-2012 Akiru Team"
-#endif // PCAFE_PCAFE_H_ \ No newline at end of file
+#endif // AKIRU_AKIRU_H_