summaryrefslogtreecommitdiffstats
path: root/src/core/src/core.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-09 01:15:46 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-09 01:15:46 +0200
commitc0796cf7624ccfd0a2fa07895fe5a3982bde9b26 (patch)
tree7467e5118a351a69cdc869297d515c66f7056507 /src/core/src/core.h
parentfixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2 (diff)
downloadyuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar.gz
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar.bz2
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar.lz
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar.xz
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.tar.zst
yuzu-c0796cf7624ccfd0a2fa07895fe5a3982bde9b26.zip
Diffstat (limited to 'src/core/src/core.h')
-rw-r--r--src/core/src/core.h33
1 files changed, 4 insertions, 29 deletions
diff --git a/src/core/src/core.h b/src/core/src/core.h
index a71e4ed8d..bae9f3e3d 100644
--- a/src/core/src/core.h
+++ b/src/core/src/core.h
@@ -1,29 +1,8 @@
-/**
- * Copyright (C) 2013 Citrus Emulator
- *
- * @file core.h
- * @author ShizZy <shizzy247@gmail.com>
- * @date 2013-09-04
- * @brief Core of emulator
- *
- * @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
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details at
- * http://www.gnu.org/copyleft/gpl.html
- *
- * Official project repository can be found at:
- * http://code.google.com/p/gekko-gc-emu/
- */
+// Copyright 2014 Citra Emulator Project
+// Licensed under GPLv2
+// Refer to the license.txt file included.
-#ifndef CORE_CORE_H_
-#define CORE_CORE_H_
+#pragma once
#include "arm/arm_interface.h"
#include "arm/interpreter/armdefs.h"
@@ -59,7 +38,3 @@ int Init();
void Shutdown();
} // namespace
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-#endif // CORE_CORE_H_