mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 18:18:59 +02:00
added core and mem_map files to the project
This commit is contained in:
parent
a7ab25441c
commit
d708e2d68a
7 changed files with 244 additions and 14 deletions
|
|
@ -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_
|
||||
#endif // AKIRU_AKIRU_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue