diff --git a/Source/Project64/N64System.h b/Source/Project64/N64System.h index ff3f36d70..ecf8867bb 100644 --- a/Source/Project64/N64System.h +++ b/Source/Project64/N64System.h @@ -1,17 +1,12 @@ -/**************************************************************************** -* * -* Project64 - A Nintendo 64 emulator. * -* http://www.pj64-emu.com/ * -* Copyright (C) 2012 Project64. All rights reserved. * -* * -* License: * -* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html * -* * -****************************************************************************/ +// Project64 - A Nintendo 64 emulator +// http://www.pj64-emu.com/ +// Copyright (C) 2001-2021 Project64. All rights reserved. +// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html + #pragma once #include "Support.h" -#include //needed for stl string (std::string) +#include // Needed for stl string (std::string) #include #include @@ -20,7 +15,8 @@ #include -//General Mips Information +// General MIPS information + #include #include #include