diff options
Diffstat (limited to 'src/core/src/loader.h')
-rw-r--r-- | src/core/src/loader.h | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/src/core/src/loader.h b/src/core/src/loader.h index adad3e734..46525fcf8 100644 --- a/src/core/src/loader.h +++ b/src/core/src/loader.h @@ -1,29 +1,8 @@ -/** - * Copyright (C) 2013 Citrus Emulator - * - * @file loader.h - * @author ShizZy <shizzy247@gmail.com> - * @date 2013-09-18 - * @brief Loads bootable binaries into the emu - * - * @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_LOADER_H_ -#define CORE_LOADER_H_ +#pragma once #include "common.h" @@ -70,5 +49,3 @@ FileType IdentifyFile(std::string &filename); bool LoadFile(std::string &filename, std::string *error_string); } // namespace - -#endif // CORE_LOADER_H_
\ No newline at end of file |