diff options
| author | 2013-09-05 18:33:46 -0400 | |
|---|---|---|
| committer | 2013-09-05 18:33:46 -0400 | |
| commit | d708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch) | |
| tree | 72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/akiru | |
| parent | added ipch/ folder (MSVS generated) to .gitignore (diff) | |
| download | yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.gz yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.xz yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.zip | |
added core and mem_map files to the project
Diffstat (limited to 'src/akiru')
| -rw-r--r-- | src/akiru/src/akiru.h | 24 |
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 @@ | |||
| 1 | /*! | 1 | /** |
| 2 | * Copyright (C) 2005-2012 Gekko Emulator | 2 | * Copyright (C) 2013 Akiru Emulator |
| 3 | * | 3 | * |
| 4 | * \file pcafe.h | 4 | * @file akiru.cpp |
| 5 | * \author ShizZy <shizzy247@gmail.com> | 5 | * @author ShizZy <shizzy247@gmail.com> |
| 6 | * \date 2012-02-11 | 6 | * @date 2013-09-04 |
| 7 | * \brief Main entry point | 7 | * @brief Main entry point |
| 8 | * | 8 | * |
| 9 | * \section LICENSE | 9 | * @section LICENSE |
| 10 | * This program is free software; you can redistribute it and/or | 10 | * This program is free software; you can redistribute it and/or |
| 11 | * modify it under the terms of the GNU General Public License as | 11 | * modify it under the terms of the GNU General Public License as |
| 12 | * published by the Free Software Foundation; either version 2 of | 12 | * published by the Free Software Foundation; either version 2 of |
| @@ -22,14 +22,14 @@ | |||
| 22 | * http://code.google.com/p/gekko-gc-emu/ | 22 | * http://code.google.com/p/gekko-gc-emu/ |
| 23 | */ | 23 | */ |
| 24 | 24 | ||
| 25 | #ifndef PCAFE_PCAFE_H_ | 25 | #ifndef AKIRU_AKIRU_H_ |
| 26 | #define PCAFE_PCAFE_H_ | 26 | #define AKIRU_AKIRU_H_ |
| 27 | 27 | ||
| 28 | #include "version.h" | 28 | #include "version.h" |
| 29 | 29 | ||
| 30 | #define APP_NAME "gekko" | 30 | #define APP_NAME "akiru" |
| 31 | #define APP_VERSION "0.31-" VERSION | 31 | #define APP_VERSION "0.31-" VERSION |
| 32 | #define APP_TITLE APP_NAME " " APP_VERSION | 32 | #define APP_TITLE APP_NAME " " APP_VERSION |
| 33 | #define COPYRIGHT "Copyright (C) 2005-2012 Gekko Team" | 33 | #define COPYRIGHT "Copyright (C) 2005-2012 Akiru Team" |
| 34 | 34 | ||
| 35 | #endif // PCAFE_PCAFE_H_ \ No newline at end of file | 35 | #endif // AKIRU_AKIRU_H_ |